Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aubio/
Date: Tue, 01 Feb 2022 18:51:49
Message-Id: 1643741500.358d603c4cc63d380eb61599143360b2b796d85c.mgorny@gentoo
1 commit: 358d603c4cc63d380eb61599143360b2b796d85c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 18:42:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:51:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358d603c
7
8 media-libs/aubio: Remove DISTUTILS_USE_SETUPTOOLS
9
10 DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it
11 triggers a QA warning. Remove it.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 media-libs/aubio/aubio-0.4.9-r1.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/media-libs/aubio/aubio-0.4.9-r1.ebuild b/media-libs/aubio/aubio-0.4.9-r1.ebuild
19 index 33eae76c51c9..579361fe63c9 100644
20 --- a/media-libs/aubio/aubio-0.4.9-r1.ebuild
21 +++ b/media-libs/aubio/aubio-0.4.9-r1.ebuild
22 @@ -1,10 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 DISTUTILS_OPTIONAL=1
30 -DISTUTILS_USE_SETUPTOOLS=no
31 PYTHON_COMPAT=( python3_{7..9} )
32 PYTHON_REQ_USE='threads(+)'
33 inherit distutils-r1 waf-utils