From ca7094e068fd08f0e07d4be0f376e25d00b44e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ulc?= Date: Wed, 30 Jun 2021 19:42:53 +0200 Subject: [PATCH] media-libs/aubio: fixed DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/799326 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Ć ulc --- .../aubio/{aubio-0.4.9.ebuild => aubio-0.4.9-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename media-libs/aubio/{aubio-0.4.9.ebuild => aubio-0.4.9-r1.ebuild} (97%) diff --git a/media-libs/aubio/aubio-0.4.9.ebuild b/media-libs/aubio/aubio-0.4.9-r1.ebuild similarity index 97% rename from media-libs/aubio/aubio-0.4.9.ebuild rename to media-libs/aubio/aubio-0.4.9-r1.ebuild index 3e1e243b1c38c..33eae76c51c97 100644 --- a/media-libs/aubio/aubio-0.4.9.ebuild +++ b/media-libs/aubio/aubio-0.4.9-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DISTUTILS_OPTIONAL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 waf-utils