summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-10-23 14:57:28 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-10-23 14:57:28 +0200
commit18a8ce8932abdbbd3ed7715287bdb1ff3b4fc399 (patch)
tree582f0c03cedc0f650ba5f6e6f00e08c21d3f86d0
parentprofiles/server: KEYWORD lastest drbd (diff)
downloadportage-18a8ce8932abdbbd3ed7715287bdb1ff3b4fc399.tar.xz
profiles/common: Enable acl USE flag by default
-rw-r--r--profiles/common/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index e86f945b..aa1289e9 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -20,7 +20,7 @@ USE="${USE} mmx sse sse2"
USE="${USE} -berkdb -gdbm"
# File system
-USE="${USE} xattr"
+USE="${USE} acl xattr"
# Graphical protocol
USE="${USE} -gpm -X"
@@ -44,7 +44,7 @@ USE="${USE} jit"
USE="${USE} -cups"
# Security
-USE="${USE} caps -acl"
+USE="${USE} caps"
# Sexyfism
USE="${USE} bash-completion vim-syntax"