diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-31 14:52:25 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-31 14:59:23 -0400 |
commit | 386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a (patch) | |
tree | 067348c170360089fb08dbdf2083ea064e8cc418 /profiles/hardened | |
parent | net-libs/libmicrohttpd: remove older unstable. (diff) | |
download | gentoo-386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a.tar.gz gentoo-386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a.tar.bz2 gentoo-386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a.zip |
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/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/packages.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build index 5042e0489b29..d62198d24693 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 |