diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-05-04 09:50:03 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-05-04 09:50:03 +0000 |
commit | abb00ba9fc8c94101f955a799c5445c622e17e94 (patch) | |
tree | b596885d50d20618f9b8b96769cac3740f9202f6 | |
parent | 2021-05-04 09:35:19 UTC (diff) | |
parent | sci-astronomy/gasgano: update java deps (diff) | |
download | gentoo-abb00ba9fc8c94101f955a799c5445c622e17e94.tar.gz gentoo-abb00ba9fc8c94101f955a799c5445c622e17e94.tar.bz2 gentoo-abb00ba9fc8c94101f955a799c5445c622e17e94.zip |
Merge updates from master
-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" |