diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-12-27 19:25:19 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-12-27 20:53:28 +0000 |
commit | 392a8b22adb3a46cfbad61d15566a8dfc711a05b (patch) | |
tree | 9dfb5c80148970434bd6377baae73c9b4475d1f3 | |
parent | dev-util/bindgen: treeclean (diff) | |
download | portage-392a8b22adb3a46cfbad61d15566a8dfc711a05b.tar.xz |
profiles/common: switch to protect-owned
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index d50900f5..228da016 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -9,7 +9,7 @@ FEATURES="${FEATURES} distlocks" FEATURES="${FEATURES} cgroup" FEATURES="${FEATURES} parallel-fetch" FEATURES="${FEATURES} userfetch userpriv usersandbox usersync" -FEATURES="${FEATURES} collision-protect" +FEATURES="${FEATURES} protect-owned" FEATURES="${FEATURES} clean-logs" FEATURES="${FEATURES} merge-sync" |