Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: [gentoo-portage-dev] [PATCH] Add btrfs.* to default PORTAGE_XATTR_EXCLUDE.
Date: Sat, 01 Nov 2014 21:05:11
Message-Id: 1414875901-17475-1-git-send-email-zmedico@gentoo.org
1 X-Gentoo-Bug: 527636
2 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=527636
3 ---
4 cnf/make.globals | 3 ++-
5 1 file changed, 2 insertions(+), 1 deletion(-)
6
7 diff --git a/cnf/make.globals b/cnf/make.globals
8 index 013c556..dd99618 100644
9 --- a/cnf/make.globals
10 +++ b/cnf/make.globals
11 @@ -122,9 +122,10 @@ PORTAGE_ELOG_MAILFROM="portage@localhost"
12 # Signing command used by repoman
13 PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\""
14
15 +# btrfs.* attributes are irrelevant, see bug #527636.
16 # Security labels are special, see bug #461868.
17 # system.nfs4_acl attributes are irrelevant, see bug #475496.
18 -PORTAGE_XATTR_EXCLUDE="security.* system.nfs4_acl"
19 +PORTAGE_XATTR_EXCLUDE="btrfs.* security.* system.nfs4_acl"
20
21 # *****************************
22 # ** DO NOT EDIT THIS FILE **
23 --
24 2.0.4

Replies