Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aubio/
Date: Wed, 30 Jun 2021 17:43:11
Message-Id: 1625074973.ca7094e068fd08f0e07d4be0f376e25d00b44e3a.fordfrog@gentoo
1 commit: ca7094e068fd08f0e07d4be0f376e25d00b44e3a
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 17:42:53 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 17:42:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7094e0
7
8 media-libs/aubio: fixed DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/799326
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-libs/aubio/{aubio-0.4.9.ebuild => aubio-0.4.9-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/aubio/aubio-0.4.9.ebuild b/media-libs/aubio/aubio-0.4.9-r1.ebuild
18 similarity index 97%
19 rename from media-libs/aubio/aubio-0.4.9.ebuild
20 rename to media-libs/aubio/aubio-0.4.9-r1.ebuild
21 index 3e1e243b1c3..33eae76c51c 100644
22 --- a/media-libs/aubio/aubio-0.4.9.ebuild
23 +++ b/media-libs/aubio/aubio-0.4.9-r1.ebuild
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30
31 DISTUTILS_OPTIONAL=1
32 -DISTUTILS_USE_SETUPTOOLS=rdepend
33 +DISTUTILS_USE_SETUPTOOLS=no
34 PYTHON_COMPAT=( python3_{7..9} )
35 PYTHON_REQ_USE='threads(+)'
36 inherit distutils-r1 waf-utils