commit: 5185768c98c742d1ac6126a8d36f2ccb6a262a4d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 4 02:25:42 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 6 04:52:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5185768c
scripts/bootstrap-prefix.sh: drop obsolete FEATURES="force-prefix" This was dropped in >=sys-apps/portage-3.0.45 upstream. Closes: https://github.com/gentoo/prefix/pull/23 Signed-off-by: Sam James <sam <AT> gentoo.org> scripts/bootstrap-prefix.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index f35de28ff8..f1aa870462 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2002,8 +2002,7 @@ bootstrap_stage3() { emerge_pkgs() { # stage3 tools should be used first. - # PORTAGE_TMPDIR, EMERGE_LOG_DIR, FEATURES=force-prefix are - # needed with host portage. + # PORTAGE_TMPDIR, EMERGE_LOG_DIR are needed with host portage. # # After the introduction of EAPI-7, eclasses now # strictly distinguish between build dependencies that @@ -2013,7 +2012,6 @@ bootstrap_stage3() { # PORTAGE_OVERRIDE_EPREFIX as BROOT is needed. PREROOTPATH="${ROOT}"$(echo /{,tmp/}{usr/,}{,lib/llvm/{12,11,10}/}{s,}bin | sed "s, ,:${ROOT},g") \ EPREFIX="${ROOT}" PORTAGE_TMPDIR="${PORTAGE_TMPDIR}" \ - FEATURES="${FEATURES} force-prefix" \ EMERGE_LOG_DIR="${ROOT}"/var/log \ STAGE=stage3 \ do_emerge_pkgs "$@"
