commit:     b24498c7e502a18bac9b4f42e94bf479bb96a34c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 18:17:55 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat May 21 18:17:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24498c7

dev-java/ant-core: lower min Java to 8 again

Turns out that raising ant-core's min Java requirement to 9, while
fixing bug #831290, renders ant unable to build pure Java 8 packages (of
which we have a few, most prominently jna), see bug #846782.

We go back to Java 8 again, until we find a better solution.

Bug: https://bugs.gentoo.org/846782
Bug: https://bugs.gentoo.org/831290
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../ant-core/{ant-core-1.10.9-r4.ebuild => ant-core-1.10.9-r5.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant-core/ant-core-1.10.9-r4.ebuild 
b/dev-java/ant-core/ant-core-1.10.9-r5.ebuild
similarity index 99%
rename from dev-java/ant-core/ant-core-1.10.9-r4.ebuild
rename to dev-java/ant-core/ant-core-1.10.9-r5.ebuild
index 9efad621827e..f7540588ca05 100644
--- a/dev-java/ant-core/ant-core-1.10.9-r4.ebuild
+++ b/dev-java/ant-core/ant-core-1.10.9-r5.ebuild
@@ -24,7 +24,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-CDEPEND=">=virtual/jdk-1.9:*"
+CDEPEND=">=virtual/jdk-1.8:*"
 DEPEND="${CDEPEND}
        doc? (
                dev-java/bcel:0

Reply via email to