Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make.globals: add bcachefs_effective.* and bcachefs.* to PORTAGE_XATTR_EXCLUDE #1346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Bug fixes:
'globskipdots' by default. This is needed to avoid breaking existing
working ebuilds. Future EAPIs will need to adjust the logic
added by this change. See bug #907061.
* make.globals: dd bcachefs_effective.* and bcachefs.* to PORTAGE_XATTR_EXCLUDE

portage-3.0.65 (2024-06-04)
--------------
Expand Down
3 changes: 2 additions & 1 deletion cnf/make.globals
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ PORTAGE_TRUST_HELPER="/usr/bin/getuto"
# user.pax.* is supported with the patch from bug 470644.
PORTAGE_XATTR_EXCLUDE="btrfs.* security.evm security.ima
security.selinux system.nfs4_acl user.apache_handler
user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*"
user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*
bcachefs_effective.* bcachefs.*"

# *****************************
# ** DO NOT EDIT THIS FILE **
Expand Down