commit:     b14150d1088b00a1797ad438faec8c81b6016cf0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 13:28:37 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 13:34:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14150d1

x11-themes/zukini: EAPI 7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-themes/zukini/zukini-20120817.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-themes/zukini/zukini-20120817.ebuild 
b/x11-themes/zukini/zukini-20120817.ebuild
index 6b2e7d7d2bf..05d476b9d93 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() {

Reply via email to