diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:42:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-01 19:51:40 +0100 |
commit | 358d603c4cc63d380eb61599143360b2b796d85c (patch) | |
tree | 1dabb9fa04ed547d86bbd5e778bb1410d8c79bf3 /media-libs/aubio | |
parent | dev-tcltk/snack: Remove DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-358d603c4cc63d380eb61599143360b2b796d85c.tar.gz gentoo-358d603c4cc63d380eb61599143360b2b796d85c.tar.bz2 gentoo-358d603c4cc63d380eb61599143360b2b796d85c.zip |
media-libs/aubio: Remove DISTUTILS_USE_SETUPTOOLS
DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it
triggers a QA warning. Remove it.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/aubio')
-rw-r--r-- | media-libs/aubio/aubio-0.4.9-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/aubio/aubio-0.4.9-r1.ebuild b/media-libs/aubio/aubio-0.4.9-r1.ebuild index 33eae76c51c9..579361fe63c9 100644 --- a/media-libs/aubio/aubio-0.4.9-r1.ebuild +++ b/media-libs/aubio/aubio-0.4.9-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DISTUTILS_OPTIONAL=1 -DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 waf-utils |