summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.0_rc3.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-05 09:17:53 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-05 09:35:57 +0200
commit200bbe88cb39bf214a2e42a6e0de2f0cd1a564d0 (patch)
treec2ae7e111a35154e9c3c0702fffdbc165f141a71 /dev-lang/python/python-3.13.0_rc3.ebuild
parent60e1e59d0886f882ff7a0422d2c8d105bc78ae83 (diff)
downloadgentoo-200bbe88cb39bf214a2e42a6e0de2f0cd1a564d0.tar.gz
gentoo-200bbe88cb39bf214a2e42a6e0de2f0cd1a564d0.tar.bz2
gentoo-200bbe88cb39bf214a2e42a6e0de2f0cd1a564d0.zip
dev-lang/python: Fix tests in systemd-nspawn
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.13.0_rc3.ebuild')
-rw-r--r--dev-lang/python/python-3.13.0_rc3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.13.0_rc3.ebuild b/dev-lang/python/python-3.13.0_rc3.ebuild
index 8b819955af0f..1d2b8874ca92 100644
--- a/dev-lang/python/python-3.13.0_rc3.ebuild
+++ b/dev-lang/python/python-3.13.0_rc3.ebuild
@@ -13,7 +13,7 @@ inherit pax-utils python-utils-r1 toolchain-funcs verify-sig
MY_PV=${PV/_}
MY_P="Python-${MY_PV%_p*}"
PYVER=$(ver_cut 1-2)
-PATCHSET="python-gentoo-patches-${MY_PV}"
+PATCHSET="python-gentoo-patches-${MY_PV}-r1"
DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="