diff options
-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" |