diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2024-10-09 18:37:40 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 14:35:32 +0200 |
commit | 227c0ab8ffc9e8a048e329f11359e0d13341f74e (patch) | |
tree | dba4b7c32282fe2f6324fe45e62cc52002371175 /eclass | |
parent | dev-lang/python: Skip test_external_introspection in PGO for 3.13t (diff) | |
download | gentoo-227c0ab8ffc9e8a048e329f11359e0d13341f74e.tar.gz gentoo-227c0ab8ffc9e8a048e329f11359e0d13341f74e.tar.bz2 gentoo-227c0ab8ffc9e8a048e329f11359e0d13341f74e.zip |
python-r1.eclass: get rid of python.eclass mention
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/38929
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-r1.eclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 18f4dadfdd37..9b03a269e88b 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -129,10 +129,6 @@ inherit multibuild python-utils-r1 # depend on another Python package being built for the same Python # implementations. # -# The generate USE-flag list is compatible with packages using python-r1 -# and python-distutils-ng eclasses. It must not be used on packages -# using python.eclass. -# # Example use: # @CODE # RDEPEND="dev-python/foo[${PYTHON_USEDEP}]" |