From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87C4513933E for ; Wed, 30 Jun 2021 17:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADFA1E0828; Wed, 30 Jun 2021 17:43:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E13DE0828 for ; Wed, 30 Jun 2021 17:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C5EC335D48 for ; Wed, 30 Jun 2021 17:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 471B64C3 for ; Wed, 30 Jun 2021 17:43:07 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1625074973.ca7094e068fd08f0e07d4be0f376e25d00b44e3a.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aubio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aubio/aubio-0.4.9-r1.ebuild media-libs/aubio/aubio-0.4.9.ebuild X-VCS-Directories: media-libs/aubio/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ca7094e068fd08f0e07d4be0f376e25d00b44e3a X-VCS-Branch: master Date: Wed, 30 Jun 2021 17:43:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28d6d386-308e-43f3-bc35-a778db79df43 X-Archives-Hash: 20e826b881fe483567924986a47c122f commit: ca7094e068fd08f0e07d4be0f376e25d00b44e3a Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jun 30 17:42:53 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jun 30 17:42:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7094e0 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 gentoo.org> media-libs/aubio/{aubio-0.4.9.ebuild => aubio-0.4.9-r1.ebuild} | 4 ++-- 1 file 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 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 3e1e243b1c3..33eae76c51c 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