diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-28 11:37:05 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-28 11:37:05 +0200 |
| commit | 82c6caa67fa37cdf96951c6a0aee35aef54b2801 (patch) | |
| tree | 5112c1c4e36eb58da8727a5a64615a0f510d9905 /dev-lang/python | |
| parent | b765a302849f44f830b5b1ae6ee136ecc59ea95e (diff) | |
| download | gentoo-82c6caa67fa37cdf96951c6a0aee35aef54b2801.tar.gz gentoo-82c6caa67fa37cdf96951c6a0aee35aef54b2801.tar.bz2 gentoo-82c6caa67fa37cdf96951c6a0aee35aef54b2801.zip | |
dev-lang/python: Revert "Remove unused python-utils-r1 inherit from 3.9*"
Accidentally removed it from 3.9.22 instead of 3.9.9999.
Reverts: 6386eaaf728656f99b489d8e93e822faba646da7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
| -rw-r--r-- | dev-lang/python/python-3.9.22.ebuild | 2 | ||||
| -rw-r--r-- | dev-lang/python/python-3.9.22_p1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.9.22.ebuild b/dev-lang/python/python-3.9.22.ebuild index 3c8c2583c4aa..90d061753484 100644 --- a/dev-lang/python/python-3.9.22.ebuild +++ b/dev-lang/python/python-3.9.22.ebuild @@ -5,7 +5,7 @@ EAPI="8" WANT_LIBTOOL="none" inherit autotools check-reqs flag-o-matic multiprocessing pax-utils -inherit prefix toolchain-funcs verify-sig +inherit prefix python-utils-r1 toolchain-funcs verify-sig MY_PV=${PV/_rc/rc} MY_P="Python-${MY_PV%_p*}" diff --git a/dev-lang/python/python-3.9.22_p1.ebuild b/dev-lang/python/python-3.9.22_p1.ebuild index bb00372ebaaa..64eb614624d2 100644 --- a/dev-lang/python/python-3.9.22_p1.ebuild +++ b/dev-lang/python/python-3.9.22_p1.ebuild @@ -5,7 +5,7 @@ EAPI="8" WANT_LIBTOOL="none" inherit autotools check-reqs flag-o-matic multiprocessing pax-utils -inherit prefix toolchain-funcs verify-sig +inherit prefix python-utils-r1 toolchain-funcs verify-sig MY_PV=${PV/_rc/rc} MY_P="Python-${MY_PV%_p*}" |
