From 224a25ffa223b9f77542bd8fef411a8074cd2ee7 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 3 Mar 2021 12:49:33 +0100 Subject: dev-java/jlatexmath: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-java/jlatexmath/jlatexmath-1.0.3.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-java') 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" -- cgit v1.2.3-65-gdbad