diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-19 16:57:45 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-19 16:57:45 +0100 |
commit | dfea322f5525e473dd187a7904b089a586af5bc8 (patch) | |
tree | 2097e191ca49dbc0ca37f0b514e4e51f5395c124 /dev-java | |
parent | sci-mathematics/netgen: use https (diff) | |
download | sci-dfea322f5525e473dd187a7904b089a586af5bc8.tar.gz sci-dfea322f5525e473dd187a7904b089a586af5bc8.tar.bz2 sci-dfea322f5525e473dd187a7904b089a586af5bc8.zip |
dev-java/jlatexmath-fop: add dep on unzip
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild index 5cb680271..a20d0ed9b 100644 --- a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild +++ b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,6 +20,7 @@ CDEPEND="dev-java/jlatexmath:1 dev-java/xmlgraphics-commons:2 >=dev-java/fop-2.0-r1:0" DEPEND=">=virtual/jdk-1.5 + app-arch/unzip ${CDEPEND}" RDEPEND=">=virtual/jre-1.5 ${CDEPEND}" |