summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2021-05-04 09:50:03 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2021-05-04 09:50:03 +0000
commitabb00ba9fc8c94101f955a799c5445c622e17e94 (patch)
treeb596885d50d20618f9b8b96769cac3740f9202f6
parent2021-05-04 09:35:19 UTC (diff)
parentsci-astronomy/gasgano: update java deps (diff)
downloadgentoo-abb00ba9fc8c94101f955a799c5445c622e17e94.tar.gz
gentoo-abb00ba9fc8c94101f955a799c5445c622e17e94.tar.bz2
gentoo-abb00ba9fc8c94101f955a799c5445c622e17e94.zip
Merge updates from master
-rw-r--r--sci-astronomy/gasgano/gasgano-2.4.8.ebuild10
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"