commit: 3788a0c0065e09e281ab3e5f369dece8309d7d8a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 10:44:02 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 10:50:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3788a0c0
dev-java/ant-eclipse-ecj-4.10-r1: fixed compiler supported versions
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../{ant-eclipse-ecj-4.10.ebuild => ant-eclipse-ecj-4.10-r1.ebuild} | 0
dev-java/ant-eclipse-ecj/files/ecj-4.10 | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.10.ebuild
b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.10-r1.ebuild
similarity index 100%
rename from dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.10.ebuild
rename to dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.10-r1.ebuild
diff --git a/dev-java/ant-eclipse-ecj/files/ecj-4.10
b/dev-java/ant-eclipse-ecj/files/ecj-4.10
index cdb25989770..cc87bb2fc4d 100644
--- a/dev-java/ant-eclipse-ecj/files/ecj-4.10
+++ b/dev-java/ant-eclipse-ecj/files/ecj-4.10
@@ -1,7 +1,7 @@
JAVAC="@GENTOO_PORTAGE_EPREFIX@/usr/bin/ecj-4.10"
PACKAGE="=dev-java/ant-eclipse-ecj-4.10*"
-SUPPORTED_TARGET="1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8"
-SUPPORTED_SOURCE="1.3 1.4 1.5 1.6 1.7 1.8"
+SUPPORTED_TARGET="1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 9 10 11"
+SUPPORTED_SOURCE="1.3 1.4 1.5 1.6 1.7 1.8 9 10 11"
ANT_BUILD_COMPILER="org.eclipse.jdt.core.JDTCompilerAdapter"
ANT_BUILD_COMPILER_DEPS="eclipse-ecj-4.10,ant-eclipse-ecj-4.10"
GENERATION="2"