Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gasgano/
Date: Tue, 04 May 2021 09:31:44
Message-Id: 1620120546.7aa9daabe30f16ba60572dc38766cac65549b25f.fordfrog@gentoo
1 commit: 7aa9daabe30f16ba60572dc38766cac65549b25f
2 Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
3 AuthorDate: Tue May 4 02:32:45 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 09:29:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa9daab
7
8 sci-astronomy/gasgano: update java deps
9
10 Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/20608/commits/2d7f80ecf62edfe58f40d3afd443efe102bdfbb6
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 sci-astronomy/gasgano/gasgano-2.4.8.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-astronomy/gasgano/gasgano-2.4.8.ebuild b/sci-astronomy/gasgano/gasgano-2.4.8.ebuild
18 index 0b0cb3292cf..3ff50e574f3 100644
19 --- a/sci-astronomy/gasgano/gasgano-2.4.8.ebuild
20 +++ b/sci-astronomy/gasgano/gasgano-2.4.8.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 -inherit eutils java-pkg-2
30 +inherit desktop java-pkg-2
31
32 PDOC=VLT-PRO-ESO-19000-1932-V4
33
34 @@ -17,9 +17,9 @@ SLOT="0"
35 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 IUSE="doc"
37
38 -DEPEND=">=virtual/jdk-1.7"
39 +DEPEND=">=virtual/jdk-1.8:*"
40 RDEPEND="
41 - >=virtual/jre-1.7
42 + >=virtual/jre-1.8:*
43 dev-java/gnu-regexp
44 dev-java/junit
45 dev-java/jal"