commit:     9bb3079803a7ad03c8ce09d75daed4154ca9a05e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 09:37:51 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 28 09:37:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb30798

dev-lang/python: Remove unused python-utils-r1 inherit from 3.9*

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/python/python-3.9.22_p1.ebuild | 2 +-
 dev-lang/python/python-3.9.9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/python/python-3.9.22_p1.ebuild 
b/dev-lang/python/python-3.9.22_p1.ebuild
index 64eb614624d2..bb00372ebaaa 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 python-utils-r1 toolchain-funcs verify-sig
+inherit prefix toolchain-funcs verify-sig
 
 MY_PV=${PV/_rc/rc}
 MY_P="Python-${MY_PV%_p*}"

diff --git a/dev-lang/python/python-3.9.9999.ebuild 
b/dev-lang/python/python-3.9.9999.ebuild
index f738efdb3046..5ff1e9b5d4f4 100644
--- a/dev-lang/python/python-3.9.9999.ebuild
+++ b/dev-lang/python/python-3.9.9999.ebuild
@@ -5,7 +5,7 @@ EAPI="8"
 WANT_LIBTOOL="none"
 
 inherit autotools check-reqs flag-o-matic git-r3 multiprocessing pax-utils
-inherit prefix python-utils-r1 toolchain-funcs
+inherit prefix toolchain-funcs
 
 PYVER=$(ver_cut 1-2)
 PATCHSET="python-gentoo-patches-3.9.22"

Reply via email to