diff options
author | Johannes Huber <johu@gentoo.org> | 2018-06-26 15:28:37 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-06-26 15:34:39 +0200 |
commit | b14150d1088b00a1797ad438faec8c81b6016cf0 (patch) | |
tree | 53a4b847c1df45e02cf8ab0e8f340b32f1561815 /x11-themes/zukini | |
parent | dev-util/debootstrap: Old. (diff) | |
download | gentoo-b14150d1088b00a1797ad438faec8c81b6016cf0.tar.gz gentoo-b14150d1088b00a1797ad438faec8c81b6016cf0.tar.bz2 gentoo-b14150d1088b00a1797ad438faec8c81b6016cf0.zip |
x11-themes/zukini: EAPI 7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-themes/zukini')
-rw-r--r-- | x11-themes/zukini/zukini-20120817.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/zukini/zukini-20120817.ebuild b/x11-themes/zukini/zukini-20120817.ebuild index 6b2e7d7d2bf9..05d476b9d932 100644 --- a/x11-themes/zukini/zukini-20120817.ebuild +++ b/x11-themes/zukini/zukini-20120817.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Unified look for GTK+ 2.x, GTK+ 3.x, gnome-shell, metacity and more" HOMEPAGE="http://lassekongo83.deviantart.com/#/d4ic1u2" @@ -14,9 +14,9 @@ IUSE="" RESTRICT="binchecks strip" +BDEPEND="app-arch/unzip" RDEPEND=">=x11-themes/gtk-engines-murrine-0.98.2 >=x11-themes/gtk-engines-unico-1.0.2" -DEPEND="app-arch/unzip" S=${WORKDIR} @@ -24,8 +24,8 @@ src_unpack() { unpack ${A} local x=${S}/Zukini-awn - mkdir -p "${x}" - tar -zxf Zukini-awn.tgz -C "${x}" + mkdir -p "${x}" || die + tar -zxf Zukini-awn.tgz -C "${x}" || die } src_install() { |