dev-util/diffoscope: add Python 3.7 support
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sat, 9 Nov 2019 09:02:56 +0000 (10:02 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 9 Nov 2019 11:56:59 +0000 (11:56 +0000)
Closes: https://bugs.gentoo.org/699326
Signed-off-by: Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-util/diffoscope/diffoscope-129.ebuild

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