commit: a853e5b0671dabbebad41a7d2da61aa5c300c4fb Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Mon Feb 26 16:26:09 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 21:30:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a853e5b0
profiles: dev-java/ant-core deprecated Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35703 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> profiles/package.deprecated | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index d67d95ba3979..4b34e77f7396 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Volkmar W. Pogatzki <[email protected]> (2024-03-10) +# ant-core should no longer be ussed as of version 1.10.14 or higher. +# It is now completely integrated in dev-java/ant and will be removed after a +# grace period. +dev-java/ant-core + # Andrew Ammerlaan <[email protected]> (2024-03-09) # Unmaintained upstream. Does not build with llvm-16 and up, nor with # python-3.12 and up. Please port to Qt6.
