summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-27 19:21:16 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-27 19:49:07 +0200
commitc9393fffd57a25c6eb04a2a02ddf4979c9ba9d01 (patch)
tree3b41502a6397a00d1b622adee783e5bad93b35b2 /app-misc
parentnet-ftp/vsftpd-3.0.3-r2: alpha stable (diff)
downloadgentoo-c9393fffd57a25c6eb04a2a02ddf4979c9ba9d01.tar.gz
gentoo-c9393fffd57a25c6eb04a2a02ddf4979c9ba9d01.tar.bz2
gentoo-c9393fffd57a25c6eb04a2a02ddf4979c9ba9d01.zip
app-misc/icdiff: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/icdiff/icdiff-1.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild
index 190d11b72b67..ba4846bf4425 100644
--- a/app-misc/icdiff/icdiff-1.9.1.ebuild
+++ b/app-misc/icdiff/icdiff-1.9.1.ebuild
@@ -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