diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-05-14 20:07:54 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-05-14 20:07:54 -0700 |
commit | c16df157cc1d38a3d185e6ee4f9c9fea35121f1d (patch) | |
tree | 76bf2f317b6c9bf0180ee1f44cbe3061f045d6f7 /dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | |
parent | app-crypt/gpgme: Add python3.6 to PYTHON_COMPAT (diff) | |
download | gentoo-c16df157cc1d38a3d185e6ee4f9c9fea35121f1d.tar.gz gentoo-c16df157cc1d38a3d185e6ee4f9c9fea35121f1d.tar.bz2 gentoo-c16df157cc1d38a3d185e6ee4f9c9fea35121f1d.zip |
dev-python/geoip-python: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild')
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild index 314ae7a0a70f..2662ae3124d4 100644 --- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild +++ b/dev-python/geoip-python/geoip-python-1.3.2-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} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1 |