commit: 797f2d7481c4b7ca78c8d9b8892d2b80a9375cfb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 2 08:07:36 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 08:17:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f2d74
app-text/pytextile: Update DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/pytextile/pytextile-4.0.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild b/app-text/pytextile/pytextile-4.0.1.ebuild index 917f4fe616e..fc7f0aecbd1 100644 --- a/app-text/pytextile/pytextile-4.0.1.ebuild +++ b/app-text/pytextile/pytextile-4.0.1.ebuild @@ -4,8 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 MY_P="python-textile-${PV}"