diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-10-05 09:54:30 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-10-05 09:55:44 -0500 |
commit | 5da96971506342b4228a1b0360795cccda2bfbbd (patch) | |
tree | cd1b2b67d96edef78ed43a9ce253e65852f7d540 /app-text | |
parent | sci-libs/libecpint: fix qa issue (diff) | |
download | gentoo-5da96971506342b4228a1b0360795cccda2bfbbd.tar.gz gentoo-5da96971506342b4228a1b0360795cccda2bfbbd.tar.bz2 gentoo-5da96971506342b4228a1b0360795cccda2bfbbd.zip |
app-text/grip: set DISTUTILS_USE_SETUPTOOLS=rdepend
Closes: https://bugs.gentoo.org/746662
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/grip/grip-4.5.2-r1.ebuild (renamed from app-text/grip/grip-4.5.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/grip/grip-4.5.2.ebuild b/app-text/grip/grip-4.5.2-r1.ebuild index 529c0af1c38c..883099d1abd2 100644 --- a/app-text/grip/grip-4.5.2.ebuild +++ b/app-text/grip/grip-4.5.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) - +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them" |