commit:     751505f3d2f5b57b6848321252b411739d5fc608
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  4 07:32:42 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 07:32:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=751505f3

scripts/bootstrap_prefix: drop no longer existing arg

extra-path in bootstrap_portage is no longer functional, and doesn't
exist any more

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 7fb9f79171..0a932b3eb5 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -677,7 +677,6 @@ bootstrap_portage() {
                --with-offset-prefix="${ROOT}"/tmp \
                --with-portage-user="$(id -un)" \
                --with-portage-group="$(id -gn)" \
-               --with-extra-path="${PATH}" \
                || return 1
        emake || return 1
 

Reply via email to