summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-16 00:07:31 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-16 00:10:36 -0400
commit824d0647e08da946ec357e436038d795ac589fd4 (patch)
treef1780c950d44ba2332de67957b0b2e3fbc2d278e /profiles/default
parentnet-firewall/nftables: Add proxy maintainer to metadata (diff)
downloadgentoo-824d0647e08da946ec357e436038d795ac589fd4.tar.gz
gentoo-824d0647e08da946ec357e436038d795ac589fd4.tar.bz2
gentoo-824d0647e08da946ec357e436038d795ac589fd4.zip
profiles: enable USE=xattr by default #506198 #556408
Extended attributes are needed to support filesystem caps, selinux, and the new PaX file markings (to move away from binutils ELF headers). We already assume it's enabled in our release media and documentation, so update the default profile to match.
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/uclibc/make.defaults2
-rw-r--r--profiles/default/linux/uclibc/packages.build2
2 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default/linux/uclibc/make.defaults b/profiles/default/linux/uclibc/make.defaults
index b8cec29a5f06..7acb59b1c57d 100644
--- a/profiles/default/linux/uclibc/make.defaults
+++ b/profiles/default/linux/uclibc/make.defaults
@@ -7,7 +7,7 @@ ELIBC=uclibc
FEATURES="sandbox sfperms strict"
-USE="nptl unicode xattr -berkdb"
+USE="nptl unicode -berkdb"
BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb"
SYMLINK_LIB="no"
diff --git a/profiles/default/linux/uclibc/packages.build b/profiles/default/linux/uclibc/packages.build
index 6f8a9d0461c2..83b0ec5ca395 100644
--- a/profiles/default/linux/uclibc/packages.build
+++ b/profiles/default/linux/uclibc/packages.build
@@ -7,5 +7,3 @@
dev-util/pkgconfig
dev-libs/libiconv
-sys-apps/attr
-dev-python/pyxattr