diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-10-16 16:45:35 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-10-16 16:45:35 +0200 |
| commit | 97ad67b90af8c72fcb6e7755a5f7264c425dbe7b (patch) | |
| tree | 696ec16f48465762b70d4264cd93d2c0b6972881 /dev-lang/python/python-3.13.0-r100.ebuild | |
| parent | 71ff238a68e496e6ee757dc90a153d24825cd6c6 (diff) | |
| download | gentoo-97ad67b90af8c72fcb6e7755a5f7264c425dbe7b.tar.gz gentoo-97ad67b90af8c72fcb6e7755a5f7264c425dbe7b.tar.bz2 gentoo-97ad67b90af8c72fcb6e7755a5f7264c425dbe7b.zip | |
dev-lang/python: Don't hardcode version in 3.13.0-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.13.0-r100.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.13.0-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
