summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-10-31 14:52:25 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-10-31 14:59:23 -0400
commit386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a (patch)
tree067348c170360089fb08dbdf2083ea064e8cc418 /profiles
parent74e8020c1c6c23c834c8e8be762aae54aaef1266 (diff)
downloadgentoo-386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a.tar.gz
gentoo-386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a.tar.xz
profiles: restore sys-apps/attr and dev-python/pyxattr for musl stage1
Commit 824d0647 add USE=xattr to the base profile and removed the flag from other profiles as well as dropped attr and pyxattr form stage1 builds. This, however, breaks at least the arm musl build because at stage3 portage is missing pyxattr or get/setfattr. One approach would be to add BOOTSTRAP_USE="xattr", the other is to just make sure attr and pyxattr are in stage1->stage2 for the stage3 build. We choose the later for now.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardened/linux/musl/packages.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build
index 5042e0489b2..d62198d2469 100644
--- a/profiles/hardened/linux/musl/packages.build
+++ b/profiles/hardened/linux/musl/packages.build
@@ -6,4 +6,6 @@
# a stage 1 based on this profile.
dev-util/pkgconf
+sys-apps/attr
sys-apps/sandbox
+dev-python/pyxattr