app-misc/icdiff: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:21:16 +0000 (19:21 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:49:07 +0000 (19:49 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-misc/icdiff/icdiff-1.9.1.ebuild

index 190d11b72b67328e356236bfda5f7f1d8cfbe260..ba4846bf44258fbc5744cc64ba85f4fe29d2e83f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python2_7 python3_4 python3_5)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1