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 BD364158090 for ; Thu, 12 May 2022 18:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEEB8E08F3; Thu, 12 May 2022 18:23:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D119BE08F3 for ; Thu, 12 May 2022 18:23:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DC60834117E for ; Thu, 12 May 2022 18:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F00542F for ; Thu, 12 May 2022 18:23:09 +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: <1652379784.91b99620c8467babedf053d46ab92a42352cb4e8.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-r3.ebuild X-VCS-Directories: dev-java/ant-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 91b99620c8467babedf053d46ab92a42352cb4e8 X-VCS-Branch: master Date: Thu, 12 May 2022 18:23:09 +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: 3d4495c4-fc8b-4095-b27d-9ac65d5de884 X-Archives-Hash: 71aa432f30c3859857c8141f8ba195d7 commit: 91b99620c8467babedf053d46ab92a42352cb4e8 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed May 11 08:05:33 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu May 12 18:23:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b99620 dev-java/ant-core: MAVEN_ID Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25439 Signed-off-by: Florian Schmaus gentoo.org> dev-java/ant-core/ant-core-1.10.9-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/ant-core/ant-core-1.10.9-r3.ebuild b/dev-java/ant-core/ant-core-1.10.9-r3.ebuild index 6ceeeb9e569f..f7540588ca05 100644 --- a/dev-java/ant-core/ant-core-1.10.9-r3.ebuild +++ b/dev-java/ant-core/ant-core-1.10.9-r3.ebuild @@ -9,6 +9,7 @@ JAVA_ANT_DISABLE_ANT_CORE_DEP="true" # Rewriting build.xml files for the testcases has no use at the moment. JAVA_PKG_BSFIX_ALL="no" JAVA_PKG_IUSE="doc source" +MAVEN_ID="org.apache.ant:ant:1.10.9" inherit java-pkg-2 java-ant-2 prefix