diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2018-03-27 10:46:41 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2018-03-27 10:47:06 -0400 |
commit | 2ef966d35c16b5d0d0fe51f36f17193f6cafe492 (patch) | |
tree | b981f7c907296deac59f7997bc2a71f302a903d2 /dev-python/pyzor | |
parent | media-tv/kodi: Require >=net-fs/libfns-2.0.0 (diff) | |
download | gentoo-2ef966d35c16b5d0d0fe51f36f17193f6cafe492.tar.gz gentoo-2ef966d35c16b5d0d0fe51f36f17193f6cafe492.tar.bz2 gentoo-2ef966d35c16b5d0d0fe51f36f17193f6cafe492.zip |
dev-python/pyzor: add python-3.6 support.
Bug: https://bugs.gentoo.org/643692
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/pyzor')
-rw-r--r-- | dev-python/pyzor/pyzor-1.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild index ce7d0e7b5cf1..54e002c28b3a 100644 --- a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild +++ b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |