Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
Date: Thu, 01 Dec 2022 05:51:24
Message-Id: 1669873756.257ff0d153761e99430a8e34b8d3565828abd589.ulm@gentoo
1 commit: 257ff0d153761e99430a8e34b8d3565828abd589
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 05:49:16 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 05:49:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257ff0d1
7
8 Revert "profiles/targets/developer: use FEATURES="protect-owned" instead of "collision-protect""
9
10 This reverts commit 6728932a980eb0ebfac0bfc0566d1dbba6ef83ea.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 profiles/targets/developer/make.defaults | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
18 index 5b4e3c7a4378..457a48e02e89 100644
19 --- a/profiles/targets/developer/make.defaults
20 +++ b/profiles/targets/developer/make.defaults
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # Remove "multilib-strict" for now wrt #424423
27 -FEATURES="protect-owned sign splitdebug test test-fail-continue userpriv usersandbox"
28 +FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox"
29
30 # Disable branding (from desktop)
31 USE="-branding"