diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-31 21:36:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-31 21:36:55 +0100 |
commit | b8559a6fdd1f86728c06d316871a9c74bde1d0a0 (patch) | |
tree | 9f6043552a138f72a299ee60b2e46e27eea114d8 /dev-util/diffoscope | |
parent | dev-util/diffoscope: bump up to 138 (diff) | |
download | gentoo-b8559a6fdd1f86728c06d316871a9c74bde1d0a0.tar.gz gentoo-b8559a6fdd1f86728c06d316871a9c74bde1d0a0.tar.bz2 gentoo-b8559a6fdd1f86728c06d316871a9c74bde1d0a0.zip |
dev-util/diffoscope: DISTUTILS_USE_SETUPTOOLS=rdepend
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r-- | dev-util/diffoscope/diffoscope-138.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/diffoscope/diffoscope-138.ebuild b/dev-util/diffoscope/diffoscope-138.ebuild index 78434bd21e06..a677a10243ad 100644 --- a/dev-util/diffoscope/diffoscope-138.ebuild +++ b/dev-util/diffoscope/diffoscope-138.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Will try to get to the bottom of what makes files or directories different" |