diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-10-05 17:05:08 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-10-05 17:32:42 +0200 |
commit | ed825716c5e939d3fb7181141a372b544d9f03a3 (patch) | |
tree | 4e8ebbcd857fb4fe36d51c1e4ff00bcba2b235a2 /profiles | |
parent | profiles: Rearrange offensive USE flag (diff) | |
download | portage-ed825716c5e939d3fb7181141a372b544d9f03a3.tar.xz |
profiles: Rearrange security USE flags
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/make.defaults | 5 | ||||
-rw-r--r-- | profiles/enlightenment/build/make.defaults | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index 1c33a1d8..963e1d87 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -8,7 +8,7 @@ FEATURES="unknown-features-warn clean-logs" USE="mmx sse sse2 - caps xattr -acl + xattr syslog -cups" # Sexyfism @@ -35,6 +35,9 @@ USE="${USE} -berkdb -gdbm" # Graphical protocol USE="${USE} -gpm -X" +# Security +USE="${USE} caps -acl" + # Sound system USE="${USE} -alsa" diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults index b6a4cdf2..181129c3 100644 --- a/profiles/enlightenment/build/make.defaults +++ b/profiles/enlightenment/build/make.defaults @@ -11,7 +11,7 @@ FEATURES="unknown-features-warn -getbinpkg" USE="mmx sse sse2 - caps xattr -acl" + xattr" # Arithmetic USE="${USE} gmp" |