diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-27 21:00:30 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-27 21:01:23 +0100 |
commit | 63570d22f9d4b231889e8977a787f2dc815896d8 (patch) | |
tree | 4196f79da782556f5ae47ee4d6cc4b2d70571dc4 /dev-java/eclipse-ecj | |
parent | package.use.stable.mask: Remask 2 packages on PHP 7.4 targets (diff) | |
download | gentoo-63570d22f9d4b231889e8977a787f2dc815896d8.tar.gz gentoo-63570d22f9d4b231889e8977a787f2dc815896d8.tar.bz2 gentoo-63570d22f9d4b231889e8977a787f2dc815896d8.zip |
dev-java/eclipse.ecj: 4.13 changed to have source/target 1.8
it still needs jdk 11 to compile but the source and target used
is 1.8 now so it can be used even with packages that still need
to compile using jdk 1.8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/eclipse-ecj')
-rw-r--r-- | dev-java/eclipse-ecj/eclipse-ecj-4.13-r1.ebuild (renamed from dev-java/eclipse-ecj/eclipse-ecj-4.13.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.13.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.13-r1.ebuild index 395198f56fed..2915e3077405 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.13.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,13 +23,15 @@ COMMON_DEP=" app-eselect/eselect-java dev-java/ant-core:0" RDEPEND="${COMMON_DEP} - >=virtual/jre-11" + >=virtual/jre-8" DEPEND="${COMMON_DEP} >=virtual/jdk-11 app-arch/unzip" PDEPEND=" ant? ( ~dev-java/ant-eclipse-ecj-${PV} )" +JAVA_PKG_WANT_SOURCE="1.8" +JAVA_PKG_WANT_TARGET="1.8" JAVA_JAR_FILENAME="${MY_PN}.jar" JAVA_GENTOO_CLASSPATH="ant-core" |