summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-06-30 19:42:53 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-06-30 19:42:53 +0200
commitca7094e068fd08f0e07d4be0f376e25d00b44e3a (patch)
treef32537b02424d988d259ce96e73a94d73403c7d5
parentmedia-sound/jack2: dropped patch from 9999 (diff)
downloadgentoo-ca7094e0.tar.gz
gentoo-ca7094e0.tar.bz2
gentoo-ca7094e0.zip
media-libs/aubio: fixed DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/799326 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-libs/aubio/aubio-0.4.9-r1.ebuild (renamed from media-libs/aubio/aubio-0.4.9.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/aubio/aubio-0.4.9.ebuild b/media-libs/aubio/aubio-0.4.9-r1.ebuild
index 3e1e243b1c38..33eae76c51c9 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