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>
This commit is contained in:
Alexander Kurakin
2024-10-09 18:37:40 +03:00
committed by Michał Górny
parent f0a1ebf83f
commit 227c0ab8ff

View File

@@ -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}]"