summaryrefslogtreecommitdiffstats
path: root/host-demeter/make.conf
diff options
context:
space:
mode:
authorWolfgang Müller2023-09-28 17:07:04 +0200
committerWolfgang Müller2023-09-28 17:07:04 +0200
commitd9b3ad150eaeb2959000317cb6fe060e3a2e704c (patch)
tree83c53fb5f95d766b8de857712fcd2ddc1651ea1b /host-demeter/make.conf
parent67f9f390afd4a0f02a1d8f19c5caef538595e77f (diff)
downloadportage-roles-d9b3ad150eaeb2959000317cb6fe060e3a2e704c.tar.gz
Remove 'cgroup' feature from make.conf
portage has removed the 'cgroup' feature as it was based on cgroups v1. Instead, the 'pid-sandbox' feature (which is enabled by default) is used to isolate the process space and enable cleanly killing all processes spawned by an ebuild.
Diffstat (limited to 'host-demeter/make.conf')
-rw-r--r--host-demeter/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-demeter/make.conf b/host-demeter/make.conf
index 8e37209..1678366 100644
--- a/host-demeter/make.conf
+++ b/host-demeter/make.conf
@@ -16,7 +16,7 @@ PORTAGE_COMPRESS=""
EMERGE_DEFAULT_OPTS="--alert --ask --autounmask=n --color=n --jobs 2 --load-average 2"
-FEATURES="cgroup clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch"
+FEATURES="clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch"
INSTALL_MASK="/usr/share/bash-completion"