commit: f2721c6d60d875989c2b54bd75ae09f880599d5d Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Mon Jan 20 09:14:24 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 06:06:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2721c6d
profiles: remove obsolete deprecation warning on dev-java/saslprep Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/40222 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> profiles/package.deprecated | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index fde639005f5f..313b8b83b439 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file specifies packages that are considered deprecated (but not @@ -17,11 +17,6 @@ #--- END OF EXAMPLES --- -# Volkmar W. Pogatzki <[email protected]> (2024-12-16) -# Bug #946526. There is a newer version in dev-java/stringprep-2.2 pending for -# stabilization. Then dev-java/saslprep should be last-rited. -dev-java/saslprep - # Michał Górny <[email protected]> (2024-06-15) # Stop-gap compatibility package. Upstreams really need to move away # from the removed cgi module rather than rely on this.
