commit: 93f7b061aad4eb13c7ac57f00466dbdb6c106807 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Fri Aug 2 04:30:24 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Aug 2 13:13:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f7b061
dev-java/ant-ivy: QA Notice, adjust dependency slot Closes: https://bugs.gentoo.org/937043 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37921/commits/a5a81df44ff0cf97950da06d66f2fb6057e98173 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../ant-ivy/{ant-ivy-2.5.0-r2.ebuild => ant-ivy-2.5.0-r3.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-java/ant-ivy/ant-ivy-2.5.0-r2.ebuild b/dev-java/ant-ivy/ant-ivy-2.5.0-r3.ebuild similarity index 99% rename from dev-java/ant-ivy/ant-ivy-2.5.0-r2.ebuild rename to dev-java/ant-ivy/ant-ivy-2.5.0-r3.ebuild index 0158c70768f5..72671c7f135e 100644 --- a/dev-java/ant-ivy/ant-ivy-2.5.0-r2.ebuild +++ b/dev-java/ant-ivy/ant-ivy-2.5.0-r3.ebuild @@ -12,6 +12,7 @@ inherit java-pkg-2 java-pkg-simple java-osgi DESCRIPTION="Ivy is a free java based dependency manager" HOMEPAGE="https://ant.apache.org/ivy/" SRC_URI="https://archive.apache.org/dist/ant/ivy/${PV}/apache-ivy-${PV}-src.tar.gz" +S="${WORKDIR}/apache-ivy-${PV}" LICENSE="Apache-2.0" SLOT="2" @@ -24,7 +25,7 @@ CDEPEND=" >=dev-java/ant-1.10.14-r3:0 dev-java/bcpg:0 dev-java/bcprov:0 - dev-java/httpcomponents-client + dev-java/httpcomponents-client:4 dev-java/commons-vfs:2 dev-java/httpcore:0 dev-java/jakarta-oro:2.0 @@ -45,8 +46,6 @@ RDEPEND="${CDEPEND} DOCS=( LICENSE NOTICE README.adoc ) -S="${WORKDIR}/apache-ivy-${PV}" - JAVA_GENTOO_CLASSPATH=" ant bcpg
