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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C481158091 for ; Tue, 31 May 2022 07:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7867E09A7; Tue, 31 May 2022 07:23:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BEB0E09A7 for ; Tue, 31 May 2022 07:23:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9AD0341AB9 for ; Tue, 31 May 2022 07:23:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7426ED3 for ; Tue, 31 May 2022 07:23:13 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1653981422.dfc73e8c53991c73d39388a857ce7574f17913c0.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webrtcvad/webrtcvad-2.0.10.ebuild X-VCS-Directories: dev-python/webrtcvad/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: dfc73e8c53991c73d39388a857ce7574f17913c0 X-VCS-Branch: dev Date: Tue, 31 May 2022 07:23:13 +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: e9498b99-5caf-49e7-a57d-08c9742c91c8 X-Archives-Hash: 03a4e1802ab42d0c023aceeaac46fe2a commit: dfc73e8c53991c73d39388a857ce7574f17913c0 Author: Nicola Smaniotto gmail com> AuthorDate: Tue May 31 07:16:13 2022 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Tue May 31 07:17:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfc73e8c dev-python/webrtcvad: PEP517 Closes: https://bugs.gentoo.org/848714 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild index e2b70e1a2..4def67321 100644 --- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild +++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1