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: Sat, 31 Oct 2015 18:53:29
Message-Id: 1446317963.386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a.blueness@gentoo
1 commit: 386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 18:52:25 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 18:59:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386a5ebe
7
8 profiles: restore sys-apps/attr and dev-python/pyxattr for musl stage1
9
10 Commit 824d0647 add USE=xattr to the base profile and removed the flag
11 from other profiles as well as dropped attr and pyxattr form stage1
12 builds. This, however, breaks at least the arm musl build because
13 at stage3 portage is missing pyxattr or get/setfattr. One approach
14 would be to add BOOTSTRAP_USE="xattr", the other is to just make
15 sure attr and pyxattr are in stage1->stage2 for the stage3 build.
16 We choose the later for now.
17
18 profiles/hardened/linux/musl/packages.build | 2 ++
19 1 file changed, 2 insertions(+)
20
21 diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build
22 index 5042e04..d62198d 100644
23 --- a/profiles/hardened/linux/musl/packages.build
24 +++ b/profiles/hardened/linux/musl/packages.build
25 @@ -6,4 +6,6 @@
26 # a stage 1 based on this profile.
27
28 dev-util/pkgconf
29 +sys-apps/attr
30 sys-apps/sandbox
31 +dev-python/pyxattr