Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
Date: Tue, 31 Mar 2020 20:37:21
Message-Id: 1585687015.b8559a6fdd1f86728c06d316871a9c74bde1d0a0.slyfox@gentoo
1 commit: b8559a6fdd1f86728c06d316871a9c74bde1d0a0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 31 20:36:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 31 20:36:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8559a6f
7
8 dev-util/diffoscope: DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/diffoscope/diffoscope-138.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-util/diffoscope/diffoscope-138.ebuild b/dev-util/diffoscope/diffoscope-138.ebuild
17 index 78434bd21e0..a677a10243a 100644
18 --- a/dev-util/diffoscope/diffoscope-138.ebuild
19 +++ b/dev-util/diffoscope/diffoscope-138.ebuild
20 @@ -4,6 +4,7 @@
21 EAPI=7
22
23 PYTHON_COMPAT=( python3_{6,7} )
24 +DISTUTILS_USE_SETUPTOOLS=rdepend
25 inherit distutils-r1
26
27 DESCRIPTION="Will try to get to the bottom of what makes files or directories different"