Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
Date: Thu, 01 Dec 2022 04:48:21
Message-Id: 1669870084.6728932a980eb0ebfac0bfc0566d1dbba6ef83ea.sam@gentoo
1 commit: 6728932a980eb0ebfac0bfc0566d1dbba6ef83ea
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 04:47:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 04:48:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6728932a
7
8 profiles/targets/developer: use FEATURES="protect-owned" instead of "collision-protect"
9
10 collision-protect stops orphaned collisions too which is a problem when
11 changing ownership of a file between packages.
12
13 We also recommended people stop using it in the libxcrypt news item.
14
15 Closes: https://bugs.gentoo.org/883561
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 profiles/targets/developer/make.defaults | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
22 index 457a48e02e89..5b4e3c7a4378 100644
23 --- a/profiles/targets/developer/make.defaults
24 +++ b/profiles/targets/developer/make.defaults
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 # Remove "multilib-strict" for now wrt #424423
31 -FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox"
32 +FEATURES="protect-owned sign splitdebug test test-fail-continue userpriv usersandbox"
33
34 # Disable branding (from desktop)
35 USE="-branding"