summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-05 16:33:32 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-05 16:33:32 +0200
commitd3c62344d80153533bf3c2e398763b2cf707bffa (patch)
treec19e948c8cec9eb8d28c39561245bade8dc354ba /dev-python/pyicu
parentwww-apps/gitea: Version bump to 1.1.1 (diff)
downloadgentoo-d3c62344d80153533bf3c2e398763b2cf707bffa.tar.gz
gentoo-d3c62344d80153533bf3c2e398763b2cf707bffa.tar.bz2
gentoo-d3c62344d80153533bf3c2e398763b2cf707bffa.zip
dev-python/pyicu: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyicu')
-rw-r--r--dev-python/pyicu/pyicu-1.9.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyicu/pyicu-1.9.6.ebuild b/dev-python/pyicu/pyicu-1.9.6.ebuild
index 7290317bba02..887fb5aa2957 100644
--- a/dev-python/pyicu/pyicu-1.9.6.ebuild
+++ b/dev-python/pyicu/pyicu-1.9.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
DISTUTILS_IN_SOURCE_BUILD=1 # setup.py applies 2to3 to tests
inherit distutils-r1