mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
profiles/targets/developer: use FEATURES="protect-owned" instead of "collision-protect"
collision-protect stops orphaned collisions too which is a problem when changing ownership of a file between packages. We also recommended people stop using it in the libxcrypt news item. Closes: https://bugs.gentoo.org/883561 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Remove "multilib-strict" for now wrt #424423
|
||||
FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox"
|
||||
FEATURES="protect-owned sign splitdebug test test-fail-continue userpriv usersandbox"
|
||||
|
||||
# Disable branding (from desktop)
|
||||
USE="-branding"
|
||||
|
||||
Reference in New Issue
Block a user