commit: 09eb1aeaa7e2335a2a9ae2445311e3d0f71eb362
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 04:01:41 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 04:01:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eb1aea
dev-java/sac: MissingUnpackerDep
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/sac/sac-1.3-r2.ebuild | 3 ++-
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 919b7985587..395631671fe 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 5d076a36659..8e4b59d4a0b 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}"