diff options
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/xp/xp-0.5-r4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-java/xp/xp-0.5-r4.ebuild b/dev-java/xp/xp-0.5-r4.ebuild index c39c99adaa5b..ae0095ad000a 100644 --- a/dev-java/xp/xp-0.5-r4.ebuild +++ b/dev-java/xp/xp-0.5-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,10 @@ SLOT="0" KEYWORDS="amd64 x86" RDEPEND=">=virtual/jre-1.6" -DEPEND=">=virtual/jdk-1.6" +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.6 +" PATCHES=( "${FILESDIR}/${P}-fix-jdk-1.7-enum.patch" |