commit: 14a91d25365293f0f5b9893137bd8b1acd515d1d Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Nov 3 23:05:17 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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