commit:     eb64520278738c70060cc2b3d61059a02836f498
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 14:22:40 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 14:22:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=eb645202

scripts/bootstrap-prefix: avoid circular dep for ensurepip

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

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 5177ec093b..7c618a3a58 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2690,9 +2690,11 @@ set_helper_vars() {
        # USE-flags to disable during bootstrap for they produce
        # unnecessary, or worse: circular deps #901101, #936629
        # - nghttp2 -> cmake -> curl -> nghttp2  (http2)
+       # - ensurepip -> python -> ensurepip     (ensurepip)
        DISABLE_USE=(
                "-crypt"
                "-curl_quic_openssl"  # curl
+               "-ensurepip"          # python-3.13
                "-git"
                "-http2"              # curl
                "-http3"              # curl

Reply via email to