From 97ad67b90af8c72fcb6e7755a5f7264c425dbe7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 16 Oct 2024 16:45:35 +0200 Subject: dev-lang/python: Don't hardcode version in 3.13.0-r100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-lang/python/python-3.13.0-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang/python/python-3.13.0-r100.ebuild') diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 5c1412b4dc79..198705beb734 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -569,7 +569,7 @@ src_install() { # Fix collisions between different slots of Python. rm "${ED}/usr/$(get_libdir)/libpython3.so" || die # Fix collision with GIL-enabled build. - rm "${ED}/usr/bin/python3.13" || die + rm "${ED}/usr/bin/python${PYVER%t}" || die mv "${ED}"/usr/bin/pydoc{${PYVER%t},${PYVER}} || die mv "${ED}"/usr/share/man/man1/python{${PYVER%t},${PYVER}}.1 || die -- cgit v1.2.3