commit: 30d1bd649576a27ff7aefd68edd0063b206fcc7f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 22:18:57 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 22:18:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d1bd64
profiles/features/musl: mask sys-libs/pam[elogind] Depends on currently-masked elogind version on musl profiles. Bug: https://bugs.gentoo.org/947739 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 6b22fd293dfb..d7bf599bc90d 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-01-08) +# Depends on currently-masked elogind version on musl profiles (bug #947739) +sys-libs/pam elogind + # Cheyenne Wills <[email protected]> (2025-01-05) # openafs hasn't been ported to / tested with musl bug #832428 app-crypt/heimdal afs
