commit: 257ff0d153761e99430a8e34b8d3565828abd589 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Dec 1 05:49:16 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Dec 1 05:49:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257ff0d1
Revert "profiles/targets/developer: use FEATURES="protect-owned" instead of "collision-protect"" This reverts commit 6728932a980eb0ebfac0bfc0566d1dbba6ef83ea. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/targets/developer/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults index 5b4e3c7a4378..457a48e02e89 100644 --- a/profiles/targets/developer/make.defaults +++ b/profiles/targets/developer/make.defaults @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Remove "multilib-strict" for now wrt #424423 -FEATURES="protect-owned sign splitdebug test test-fail-continue userpriv usersandbox" +FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox" # Disable branding (from desktop) USE="-branding"
