commit: b1f3430bec567e434dc66009088ab7413d29fa60
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 17:34:15 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 17:34:15 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b1f3430b
cnf/make.globals: no need to set force-prefix FEATURE
Even EAPI=5 is being out of the door these days, so there are no more
ebuilds which need this. In fact the whole feature could be dropped
from master for the same reason.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
cnf/make.globals | 3 ---
1 file changed, 3 deletions(-)
diff --git a/cnf/make.globals b/cnf/make.globals
index 613f58ff0..e489f6da0 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -93,9 +93,6 @@ FEATURES="assume-digests binpkg-docompress binpkg-dostrip
binpkg-logs
COLLISION_IGNORE="/lib/modules/* *.py[co] *\$py.class"
UNINSTALL_IGNORE="/lib/modules/*"
-# Force EPREFIX, ED and EROOT to exist in all EAPIs, not just 3 and up
-FEATURES="${FEATURES} force-prefix"
-
# By default wait 5 secs before cleaning a package
CLEAN_DELAY="5"