summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-05-16 01:41:06 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-05-20 18:43:53 +0100
commit1a3abf47363b92886c5e6cdd611121720a3fda51 (patch)
tree6ae038d0283094f1375bcd173be7226f83a834af /profiles/common
parentprofiles/raspberry-pi: add keyword for net-vpn/i2pd (diff)
downloadportage-1a3abf47363b92886c5e6cdd611121720a3fda51.tar.xz
profiles/common: split FEATURES
Diffstat (limited to 'profiles/common')
-rw-r--r--profiles/common/make.defaults15
1 files changed, 9 insertions, 6 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 6069266b..6089fc09 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -1,11 +1,14 @@
ACCEPT_KEYWORDS="${ARCH}"
-FEATURES="unknown-features-warn
- sandbox distlocks
- parallel-fetch
- userfetch userpriv usersandbox usersync
- collision-protect
- clean-logs"
+FEATURES="unknown-features-warn"
+FEATURES="${FEATURES} sandbox ipc-sandbox mount-sandbox network-sandbox pid-sandbox"
+FEATURES="${FEATURES} distlocks"
+FEATURES="${FEATURES} cgroup"
+FEATURES="${FEATURES} parallel-fetch"
+FEATURES="${FEATURES} userfetch userpriv usersandbox usersync"
+FEATURES="${FEATURES} collision-protect"
+FEATURES="${FEATURES} clean-logs"
+FEATURES="${FEATURES} merge-sync"
CHECKREQS_ACTION="error"