commit: 5a0fe43a6d8285569b9545ae061ffae26688e1e7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 31 19:18:06 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 31 19:18:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0fe43a
sys-libs/glibc: mention collision-protect issue Bug: https://bugs.gentoo.org/802210 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/glibc/glibc-2.33-r7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/glibc/glibc-2.33-r7.ebuild b/sys-libs/glibc/glibc-2.33-r7.ebuild index 4a0a39c71eb..dbea0d35d4d 100644 --- a/sys-libs/glibc/glibc-2.33-r7.ebuild +++ b/sys-libs/glibc/glibc-2.33-r7.ebuild @@ -1547,5 +1547,6 @@ pkg_postinst() { elog "/usr/include/crypt.h. We need to preserve this file for the moment to keep" elog "the upgrade working, but it also needs to be overwritten when" elog "sys-libs/libxcrypt is installed. See bug 802210 for more details." + elog "If you have FEATURES=collision-protect, please use FEATURES=unmerge-orphans instead!" fi }
