From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53089158090 for ; Sat, 21 May 2022 18:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0990E0839; Sat, 21 May 2022 18:20:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDE85E0839 for ; Sat, 21 May 2022 18:20:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E5F53412AE for ; Sat, 21 May 2022 18:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5200B3AA for ; Sat, 21 May 2022 18:19:59 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1653157075.b24498c7e502a18bac9b4f42e94bf479bb96a34c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-core/ant-core-1.10.9-r4.ebuild dev-java/ant-core/ant-core-1.10.9-r5.ebuild X-VCS-Directories: dev-java/ant-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b24498c7e502a18bac9b4f42e94bf479bb96a34c X-VCS-Branch: master Date: Sat, 21 May 2022 18:19:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7310bd2-7b5e-42ee-a55d-3fe4f40e646f X-Archives-Hash: 44347783569a0b90f84aae1e35c971a2 commit: b24498c7e502a18bac9b4f42e94bf479bb96a34c Author: Florian Schmaus gentoo org> AuthorDate: Sat May 21 18:17:55 2022 +0000 Commit: Florian Schmaus gentoo 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 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