From 227c0ab8ffc9e8a048e329f11359e0d13341f74e Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Wed, 9 Oct 2024 18:37:40 +0300 Subject: python-r1.eclass: get rid of python.eclass mention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexander Kurakin Closes: https://github.com/gentoo/gentoo/pull/38929 Signed-off-by: Michał Górny --- eclass/python-r1.eclass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'eclass') 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}]" -- cgit v1.2.3-65-gdbad