mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-26 13:47:33 +00:00
13 lines
492 B
Text
13 lines
492 B
Text
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Sam James <sam@gentoo.org> (2022-09-08)
|
|
# musl isn't removing support for its own crypt,
|
|
# so we don't need to mask the flag, just turn it
|
|
# off by default to steer towards libxcrypt.
|
|
sys-libs/musl -crypt
|
|
|
|
# Anthony G. Basile <blueness@gentoo.org> (2016-07-14)
|
|
# We need this to break a circular dependency with
|
|
# 'sys-libs/libcap pam' in stage3 catalyst builds
|
|
sys-libs/pam -filecaps
|