dev-util/diffoscope: require >=python-3.5
authorAndrey Grozin <grozin@gentoo.org>
Wed, 25 Oct 2017 08:42:24 +0000 (15:42 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Wed, 25 Oct 2017 08:42:24 +0000 (15:42 +0700)
Closes: https://bugs.gentoo.org/635346
Package-Manager: Portage-2.3.11, Repoman-2.3.3

dev-util/diffoscope/diffoscope-87.ebuild

index 252bb4345841e4dca591df3cde7eceba893e5782..57f42c082286831b1cb7751630a386015447f4df 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Will try to get to the bottom of what makes files or directories different"