diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-05-03 20:10:26 -0400 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-04 11:21:09 +0200 |
commit | 0b2d666c2babeded0b8ff1c380d428c5ab4607e1 (patch) | |
tree | 80ab69872703ce058f335193b4a208b986552152 /sci-visualization | |
parent | dev-java/json-simple: update java deps (diff) | |
download | gentoo-0b2d666c2babeded0b8ff1c380d428c5ab4607e1.tar.gz gentoo-0b2d666c2babeded0b8ff1c380d428c5ab4607e1.tar.bz2 gentoo-0b2d666c2babeded0b8ff1c380d428c5ab4607e1.zip |
sci-visualization/gcalc: updated java deps
Also, update to EAPI 7.
Regarding sci-mathematics/gcalc, I did some grepping and found no
mention of it anywhere else in the repo. I think it's just an artifact
of a realllly old re-categorization.
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20608/commits/3a217c7f3c5f31abcbcb3ae81e5dbeb80246beee
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild (renamed from sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild index 285044c90585..f5a27970376f 100644 --- a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild +++ b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit eutils java-pkg-2 java-pkg-simple +inherit desktop java-pkg-2 java-pkg-simple MY_P="GCalc-${PV/_/-}" DESCRIPTION="Java Mathematical Graphing System" @@ -12,12 +12,10 @@ SRC_URI="http://gcalc.net/files/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64" -IUSE="" SLOT="0" -RDEPEND=">=virtual/jre-1.7 - !!sci-mathematics/gcalc" -DEPEND=">=virtual/jdk-1.7" +RDEPEND=">=virtual/jre-1.8:*" +DEPEND=">=virtual/jdk-1.8:*" S="${WORKDIR}/${MY_P}" |