commit: 386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Oct 31 18:52:25 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 18:59:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386a5ebe
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. profiles/hardened/linux/musl/packages.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build index 5042e04..d62198d 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