profiles: disable portage xattr on all architectures

Upstream has enabled the xattr flag globally which should be fine except
we don't need it for portage.
This commit is contained in:
Michael Marineau 2016-12-28 15:27:58 -08:00
parent 39940dad6f
commit 4f266084bd
4 changed files with 5 additions and 5 deletions

View File

@ -1,2 +0,0 @@
# Do not force this flag, we don't need XATTR_PAX
sys-apps/portage -xattr

View File

@ -1,6 +1,3 @@
# Do not force this flag, we don't need XATTR_PAX
sys-apps/portage -xattr
sys-auth/polkit -introspection sys-auth/polkit -introspection
sys-apps/systemd -introspection sys-apps/systemd -introspection
sys-fs/udev-init-scripts -introspection sys-fs/udev-init-scripts -introspection

View File

@ -79,3 +79,5 @@ dev-cpp/glog gflags
# enable rpc for rpc.rquotad # enable rpc for rpc.rquotad
sys-fs/quota rpc sys-fs/quota rpc
# Don't bother building portage w/xattr, we don't need XATTR_PAX
sys-apps/portage -xattr

View File

@ -1,2 +1,5 @@
# Copyright (c) 2014 The CoreOS Authors. All rights reserved. # Copyright (c) 2014 The CoreOS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# Do not force this flag, we don't need XATTR_PAX
sys-apps/portage -xattr