Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/musl/
Date: Thu, 14 Jul 2016 22:55:11
Message-Id: 1468537106.a095b2a3ec3bed2152c432625f8ec40f14c3c8d5.blueness@gentoo
1 commit: a095b2a3ec3bed2152c432625f8ec40f14c3c8d5
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 22:58:26 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 22:58:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a095b2a3
7
8 profiles: USE=-filecaps for sys-libs/pam on musl profiles
9
10 profiles/hardened/linux/musl/package.use | 8 ++++++++
11 1 file changed, 8 insertions(+)
12
13 diff --git a/profiles/hardened/linux/musl/package.use b/profiles/hardened/linux/musl/package.use
14 new file mode 100644
15 index 0000000..dadfff7
16 --- /dev/null
17 +++ b/profiles/hardened/linux/musl/package.use
18 @@ -0,0 +1,8 @@
19 +# Copyright 1999-2016 Gentoo Foundation.
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +# Anthony G. Basile <blueness@g.o> (14 Jul 2016)
24 +# We need this to break a circular dependency with
25 +# 'sys-libs/libcap pam' in stage3 catalyst builds
26 +sys-libs/pam -filecaps