Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jboss-modules/
Date: Tue, 25 Aug 2020 09:25:24
Message-Id: 1598347507.4158db9f164af44826812a469c059b006bdb8c41.fordfrog@gentoo
1 commit: 4158db9f164af44826812a469c059b006bdb8c41
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 09:25:07 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 09:25:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4158db9f
7
8 dev-java/jboss-modules: eapi7, does not compile with jdk:11, min jdk 1.8
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild b/dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild
17 index 141ee970261..177c33e4ec8 100644
18 --- a/dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild
19 +++ b/dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 JAVA_PKG_IUSE="source" # doc (needs APIviz)
28
29 @@ -15,8 +15,8 @@ LICENSE="LGPL-2.1"
30 SLOT="0"
31 KEYWORDS="amd64 x86"
32
33 -RDEPEND=">=virtual/jre-1.7"
34 -DEPEND=">=virtual/jdk-1.7"
35 +RDEPEND=">=virtual/jre-1.8"
36 +DEPEND="virtual/jdk:1.8"
37
38 S="${WORKDIR}/${P}.Final/"