Skip to content

Commit

Permalink
dev-java/annogen: remove hard dependecy on unzip.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
monsieurp committed Jul 4, 2017
1 parent b5ded8e commit 0b79774
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev-java/annogen/annogen-0.1.0-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -24,7 +24,6 @@ RDEPEND="

DEPEND="
${CDEPEND}
app-arch/unzip
>=virtual/jdk-1.6"

# com.sun.mirror.declaration was removed from JDK 7 onwards.
Expand All @@ -46,7 +45,7 @@ src_unpack() {

java_prepare() {
java-pkg_clean
rm -rf examples || die
rm -rv examples || die
}

src_compile() {
Expand Down

0 comments on commit 0b79774

Please sign in to comment.