diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-14 18:58:26 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-14 18:58:26 -0400 |
commit | a095b2a3ec3bed2152c432625f8ec40f14c3c8d5 (patch) | |
tree | d753fe3786014ba549396f9593752a42463a4751 /profiles/hardened | |
parent | net-misc/lldpd: Version bump to 0.9.4 (diff) | |
download | gentoo-a095b2a3ec3bed2152c432625f8ec40f14c3c8d5.tar.gz gentoo-a095b2a3ec3bed2152c432625f8ec40f14c3c8d5.tar.bz2 gentoo-a095b2a3ec3bed2152c432625f8ec40f14c3c8d5.zip |
profiles: USE=-filecaps for sys-libs/pam on musl profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/package.use | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/package.use b/profiles/hardened/linux/musl/package.use new file mode 100644 index 000000000000..dadfff7d528c --- /dev/null +++ b/profiles/hardened/linux/musl/package.use @@ -0,0 +1,8 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Anthony G. Basile <blueness@gentoo.org> (14 Jul 2016) +# We need this to break a circular dependency with +# 'sys-libs/libcap pam' in stage3 catalyst builds +sys-libs/pam -filecaps |