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 52928158021 for ; Thu, 3 Nov 2022 23:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CBDE077F; Thu, 3 Nov 2022 23:15:23 +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 1183BE0788 for ; Thu, 3 Nov 2022 23:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 17B4B34135A for ; Thu, 3 Nov 2022 23:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97BBD6F2 for ; Thu, 3 Nov 2022 23:15:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1667517298.14a91d25365293f0f5b9893137bd8b1acd515d1d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild X-VCS-Directories: net-im/transwhat/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 14a91d25365293f0f5b9893137bd8b1acd515d1d X-VCS-Branch: master Date: Thu, 3 Nov 2022 23:15:19 +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: 082491eb-1ce6-41c6-ad61-8933cd58e12f X-Archives-Hash: f9394886098a2edb4c572c1d71052d4f commit: 14a91d25365293f0f5b9893137bd8b1acd515d1d Author: Conrad Kostecki gentoo org> AuthorDate: Thu Nov 3 23:05:17 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 3 23:14:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a91d25 net-im/transwhat: migrate to pep517 Signed-off-by: Conrad Kostecki gentoo.org> net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild index 99a0943e25d9..1eca7fc4605a 100644 --- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild +++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild @@ -4,6 +4,7 @@ EAPI=8 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165" +DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1