commit: 96fa9fe5ad808fdfcfcca906e950e213de0f50da Author: Thomas Matthijs <gentoo <AT> selckin <DOT> be> AuthorDate: Thu Oct 30 22:10:38 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 15:08:55 2025 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=96fa9fe5
general-concepts/package-collisions: replace deprecated collision-protect with protect-owned Signed-off-by: Thomas Matthijs <gentoo <AT> selckin.be> Part-of: https://github.com/gentoo/devmanual/pull/380 Signed-off-by: Sam James <sam <AT> gentoo.org> general-concepts/package-collisions/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-concepts/package-collisions/text.xml b/general-concepts/package-collisions/text.xml index ba1318e..29a673f 100644 --- a/general-concepts/package-collisions/text.xml +++ b/general-concepts/package-collisions/text.xml @@ -7,7 +7,7 @@ <p> When you encounter a package that is trying to install files that are already provided by another package (detectable with -<c>FEATURES=collision-protect</c> for example) you have to fix this +<c>FEATURES=protect-owned</c> for example) you have to fix this situation before you can commit the ebuild or, if you encounter this with an existing package, file a bug about that package (see below for a few exceptions). The reason file conflicts are critical is because
