commit: 4158db9f164af44826812a469c059b006bdb8c41
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 09:25:07 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 09:25:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4158db9f
dev-java/jboss-modules: eapi7, does not compile with jdk:11, min jdk 1.8
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
index 141ee970261..177c33e4ec8 100644
--- a/dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild
+++ b/dev-java/jboss-modules/jboss-modules-1.3.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
JAVA_PKG_IUSE="source" # doc (needs APIviz)
@@ -15,8 +15,8 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
-RDEPEND=">=virtual/jre-1.7"
-DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.8"
+DEPEND="virtual/jdk:1.8"
S="${WORKDIR}/${P}.Final/"