summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-09-27 19:08:52 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-09-27 19:10:50 +0100
commitc6b348ee8b1cf41852bb220c02271991a3d2e32f (patch)
tree5d0a2dc05842a43a06c6a46d489e81fa9cb98604 /profiles
parentRevert "www-apache/mod_virtualvalue: remove eutils" (diff)
downloadportage-c6b348ee8b1cf41852bb220c02271991a3d2e32f.tar.xz
profiles: remove no longer supported FEATURES=cgroup
Diffstat (limited to 'profiles')
-rw-r--r--profiles/bootstrap/make.defaults3
-rw-r--r--profiles/common/make.defaults1
2 files changed, 1 insertions, 3 deletions
diff --git a/profiles/bootstrap/make.defaults b/profiles/bootstrap/make.defaults
index bfe4c043..d93c1998 100644
--- a/profiles/bootstrap/make.defaults
+++ b/profiles/bootstrap/make.defaults
@@ -1,8 +1,7 @@
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
-FEATURES="cgroup"
-FEATURES="${FEATURES} collision-protect config-protect-if-modified protect-owned"
+FEATURES="collision-protect config-protect-if-modified protect-owned"
FEATURES="${FEATURES} -news"
FEATURES="${FEATURES} nodoc noinfo noman"
FEATURES="${FEATURES} preserve-libs"
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 31a259a0..e8db31de 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -6,7 +6,6 @@ ACCEPT_LICENSE="${ACCEPT_LICENSE} @BINARY-REDISTRIBUTABLE"
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} protect-owned"