Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
Date: Wed, 25 Oct 2017 08:43:05
Message-Id: 1508920944.3928af9978f6d0d0197389a464f2870c55664922.grozin@gentoo
1 commit: 3928af9978f6d0d0197389a464f2870c55664922
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 25 08:42:24 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 25 08:42:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3928af99
7
8 dev-util/diffoscope: require >=python-3.5
9
10 Closes: https://bugs.gentoo.org/635346
11 Package-Manager: Portage-2.3.11, Repoman-2.3.3
12
13 dev-util/diffoscope/diffoscope-87.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/diffoscope/diffoscope-87.ebuild b/dev-util/diffoscope/diffoscope-87.ebuild
17 index 252bb434584..57f42c08228 100644
18 --- a/dev-util/diffoscope/diffoscope-87.ebuild
19 +++ b/dev-util/diffoscope/diffoscope-87.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -PYTHON_COMPAT=( python3_{4,5,6} )
25 +PYTHON_COMPAT=( python3_{5,6} )
26 inherit distutils-r1
27
28 DESCRIPTION="Will try to get to the bottom of what makes files or directories different"