diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-19 18:09:00 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-19 18:09:00 +0100 |
commit | 1d6948725f0e09f619dd203d508608b94183549f (patch) | |
tree | 231e58d8a1da9b7e9bdd577722d99288b9f8101d /sci-misc | |
parent | sci-biology/estscan: remove PN from homepage (diff) | |
download | sci-1d6948725f0e09f619dd203d508608b94183549f.tar.gz sci-1d6948725f0e09f619dd203d508608b94183549f.tar.bz2 sci-1d6948725f0e09f619dd203d508608b94183549f.zip |
sci-misc/jwnl: depend on app-arch/unzip
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/jwnl/jwnl-1.3_rc3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild index abf81be22..7abef0b58 100644 --- a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild +++ b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,6 +20,7 @@ IUSE="" COMMON_DEP="dev-java/commons-logging" DEPEND=">=virtual/jdk-1.4 + app-arch/unzip ${COMMON_DEP}" RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" |