From deabf0d2271ec9c50bc82a041af43525eaead221 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 1 Nov 2014 13:55:34 -0700 Subject: [PATCH] Add btrfs.* to default PORTAGE_XATTR_EXCLUDE. X-Gentoo-Bug: 527636 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=527636 --- cnf/make.globals | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cnf/make.globals b/cnf/make.globals index 013c556..dd99618 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -122,9 +122,10 @@ PORTAGE_ELOG_MAILFROM="portage@localhost" # Signing command used by repoman PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\"" +# btrfs.* attributes are irrelevant, see bug #527636. # Security labels are special, see bug #461868. # system.nfs4_acl attributes are irrelevant, see bug #475496. -PORTAGE_XATTR_EXCLUDE="security.* system.nfs4_acl" +PORTAGE_XATTR_EXCLUDE="btrfs.* security.* system.nfs4_acl" # ***************************** # ** DO NOT EDIT THIS FILE ** -- 2.0.4