commit:     459f3982f613695cf90b61f11824a0524ab3032b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 20:45:08 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 10 21:11:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459f3982

dev-python/distlib: update pyvenv.cfg hack

Like in 821065d4e4c3b0300ca9a6a21e43355ec77564a9.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/distlib/distlib-0.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/distlib/distlib-0.3.9.ebuild 
b/dev-python/distlib/distlib-0.3.9.ebuild
index 77dd9df8987a..2b991b5e83a9 100644
--- a/dev-python/distlib/distlib-0.3.9.ebuild
+++ b/dev-python/distlib/distlib-0.3.9.ebuild
@@ -52,7 +52,7 @@ python_test() {
        # disable system-site-packages -- distlib has no deps, and is very
        # fragile to packages actually installed on the system
        sed -i -e '/system-site-packages/s:true:false:' \
-               "${BUILD_DIR}/install${EPREFIX}/usr/bin/pyvenv.cfg" || die
+               "${BUILD_DIR}/install${EPREFIX}/usr/pyvenv.cfg" || die
 
        "${EPYTHON}" tests/test_all.py -v -x ||
                die "Tests failed with ${EPYTHON}"

Reply via email to