diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-05-03 22:32:45 -0400 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-04 11:29:06 +0200 |
commit | 7aa9daabe30f16ba60572dc38766cac65549b25f (patch) | |
tree | 5b3178a86b6ec83353efd79699bc420f9f553095 /sci-astronomy/gasgano | |
parent | app-portage/java-ebuilder: update java deps (diff) | |
download | gentoo-7aa9daabe30f16ba60572dc38766cac65549b25f.tar.gz gentoo-7aa9daabe30f16ba60572dc38766cac65549b25f.tar.bz2 gentoo-7aa9daabe30f16ba60572dc38766cac65549b25f.zip |
sci-astronomy/gasgano: update java deps
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20608/commits/2d7f80ecf62edfe58f40d3afd443efe102bdfbb6
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'sci-astronomy/gasgano')
-rw-r--r-- | sci-astronomy/gasgano/gasgano-2.4.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-astronomy/gasgano/gasgano-2.4.8.ebuild b/sci-astronomy/gasgano/gasgano-2.4.8.ebuild index 0b0cb3292cfe..3ff50e574f33 100644 --- a/sci-astronomy/gasgano/gasgano-2.4.8.ebuild +++ b/sci-astronomy/gasgano/gasgano-2.4.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# 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 +inherit desktop java-pkg-2 PDOC=VLT-PRO-ESO-19000-1932-V4 @@ -17,9 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" -DEPEND=">=virtual/jdk-1.7" +DEPEND=">=virtual/jdk-1.8:*" RDEPEND=" - >=virtual/jre-1.7 + >=virtual/jre-1.8:* dev-java/gnu-regexp dev-java/junit dev-java/jal" |