From 386a5ebe4dd6ecda799648f3b411ef3f4ee46a5a Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 31 Oct 2015 14:52:25 -0400 Subject: 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(+) (limited to 'profiles') 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 -- cgit v1.2.1