diff options
author | Sam James <sam@gentoo.org> | 2020-10-20 04:01:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-20 04:01:41 +0000 |
commit | 09eb1aeaa7e2335a2a9ae2445311e3d0f71eb362 (patch) | |
tree | e22e3b122c027fc66f6438447e1eeecb8e215d7e /dev-java/sac | |
parent | dev-java/rundoc: MissingUnpackerDep (diff) | |
download | gentoo-09eb1aeaa7e2335a2a9ae2445311e3d0f71eb362.tar.gz gentoo-09eb1aeaa7e2335a2a9ae2445311e3d0f71eb362.tar.bz2 gentoo-09eb1aeaa7e2335a2a9ae2445311e3d0f71eb362.zip |
dev-java/sac: MissingUnpackerDep
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/sac')
-rw-r--r-- | dev-java/sac/sac-1.3-r2.ebuild | 3 | ||||
-rw-r--r-- | dev-java/sac/sac-1.3-r3.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/sac/sac-1.3-r2.ebuild b/dev-java/sac/sac-1.3-r2.ebuild index 919b79855870..395631671fe0 100644 --- a/dev-java/sac/sac-1.3-r2.ebuild +++ b/dev-java/sac/sac-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,7 @@ IUSE="" RDEPEND=">=virtual/jre-1.6" DEPEND=" + app-arch/zip >=virtual/jdk-1.6 source? ( app-arch/zip )" diff --git a/dev-java/sac/sac-1.3-r3.ebuild b/dev-java/sac/sac-1.3-r3.ebuild index 5d076a366599..8e4b59d4a0b9 100644 --- a/dev-java/sac/sac-1.3-r3.ebuild +++ b/dev-java/sac/sac-1.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ RDEPEND=" >=virtual/jre-1.6" DEPEND=" + app-arch/zip >=virtual/jdk-1.6" S="${WORKDIR}/${P}" |