dev-java/annogen: remove hard dependecy on unzip.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 4 Jul 2017 21:44:19 +0000 (23:44 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 4 Jul 2017 21:44:49 +0000 (23:44 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.1

dev-java/annogen/annogen-0.1.0-r3.ebuild

index 46ffd305b87053c0fbbfecbf5a7490f53217f960..f6d31072bfebdbbe70eead362171fb8f885308a4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -24,7 +24,6 @@ RDEPEND="
 
 DEPEND="
        ${CDEPEND}
-       app-arch/unzip
        >=virtual/jdk-1.6"
 
 # com.sun.mirror.declaration was removed from JDK 7 onwards.
@@ -46,7 +45,7 @@ src_unpack() {
 
 java_prepare() {
        java-pkg_clean
-       rm -rf examples || die
+       rm -rv examples || die
 }
 
 src_compile() {