diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 12:49:33 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 12:49:33 +0100 |
commit | 224a25ffa223b9f77542bd8fef411a8074cd2ee7 (patch) | |
tree | 788069fa4dfcc22590f83e692b334433e6b98f09 /dev-java | |
parent | dev-java/gluegen: also EAPI bump old version (diff) | |
download | sci-224a25ffa223b9f77542bd8fef411a8074cd2ee7.tar.gz sci-224a25ffa223b9f77542bd8fef411a8074cd2ee7.tar.bz2 sci-224a25ffa223b9f77542bd8fef411a8074cd2ee7.zip |
dev-java/jlatexmath: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jlatexmath/jlatexmath-1.0.3.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild b/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild index cda71615d..a9945c021 100644 --- a/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild +++ b/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 JAVA_PKG_IUSE="doc examples source" @@ -14,10 +14,9 @@ SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip" LICENSE="GPL-2" SLOT="1" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip" +DEPEND=">=virtual/jdk-1.5" +BDEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.5" EANT_BUILD_TARGET="buildJar" |