diff options
Diffstat (limited to 'dev-lang/python/python-3.10.13.ebuild')
-rw-r--r-- | dev-lang/python/python-3.10.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/python/python-3.10.13.ebuild b/dev-lang/python/python-3.10.13.ebuild index be5cdcb2af4f..6645941b2590 100644 --- a/dev-lang/python/python-3.10.13.ebuild +++ b/dev-lang/python/python-3.10.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,7 +10,7 @@ inherit prefix python-utils-r1 toolchain-funcs verify-sig MY_PV=${PV/_rc/rc} MY_P="Python-${MY_PV%_p*}" PYVER=$(ver_cut 1-2) -PATCHSET="python-gentoo-patches-${MY_PV}" +PATCHSET="python-gentoo-patches-${MY_PV}_p2" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE=" @@ -72,7 +72,7 @@ DEPEND=" ${RDEPEND} bluetooth? ( net-wireless/bluez ) valgrind? ( dev-util/valgrind ) - test? ( app-arch/xz-utils[extra-filters(+)] ) + test? ( app-arch/xz-utils ) " # autoconf-archive needed to eautoreconf BDEPEND=" |