commit: 9367a9ca00707529ef41908c9d5fb29fd1a74d4c Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Oct 1 12:02:39 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 12:02:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9367a9ca
sys-apps/shadow: Add blocker to <glibc-2.38 Closes: https://bugs.gentoo.org/940354 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-apps/shadow/shadow-4.14.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/shadow/shadow-4.14.8.ebuild b/sys-apps/shadow/shadow-4.14.8.ebuild index 7699e884c039..364c20cca684 100644 --- a/sys-apps/shadow/shadow-4.14.8.ebuild +++ b/sys-apps/shadow/shadow-4.14.8.ebuild @@ -38,6 +38,7 @@ COMMON_DEPEND=" ) systemd? ( sys-apps/systemd:= ) xattr? ( sys-apps/attr:= ) + !<sys-libs/glibc-2.38 " DEPEND=" ${COMMON_DEPEND}
