commit: 728e429c924e33eb90afab0e3f2c9c666a8acb33 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Sep 23 18:28:01 2021 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Sep 23 18:31:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e429c
app-text/grip: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/814314 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> app-text/grip/grip-4.5.2-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-text/grip/grip-4.5.2-r2.ebuild b/app-text/grip/grip-4.5.2-r2.ebuild index bcc8bb3ea4c..77bd4c34223 100644 --- a/app-text/grip/grip-4.5.2-r2.ebuild +++ b/app-text/grip/grip-4.5.2-r2.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them"
