diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-06-29 11:47:13 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-06-29 11:47:13 +0200 |
commit | 7adc34a5e6adb7981e5ffc616267aad3ae546ae6 (patch) | |
tree | a8c5f8b40365393a241042df9f422ac08b7d1a8a /dev-python/pyphen | |
parent | dev-python/weberror: Bump (diff) | |
download | gentoo-7adc34a5e6adb7981e5ffc616267aad3ae546ae6.tar.gz gentoo-7adc34a5e6adb7981e5ffc616267aad3ae546ae6.tar.bz2 gentoo-7adc34a5e6adb7981e5ffc616267aad3ae546ae6.zip |
dev-python/pyphen: Add py3.5 support
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r-- | dev-python/pyphen/pyphen-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild b/dev-python/pyphen/pyphen-0.9.4.ebuild index acd50c027d6e..d86c01058d75 100644 --- a/dev-python/pyphen/pyphen-0.9.4.ebuild +++ b/dev-python/pyphen/pyphen-0.9.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 |