From c16df157cc1d38a3d185e6ee4f9c9fea35121f1d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 14 May 2017 20:07:54 -0700 Subject: [PATCH] dev-python/geoip-python: Add python3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 314ae7a0a70ff..2662ae3124d41 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