From: John Helmert III Date: Tue, 14 Apr 2020 21:03:35 +0000 (-0500) Subject: dev-python/geoip-python: Add python3_8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=948b0d4075b9aa1c0176f6aa44254ddffbbc6833;p=gentoo.git dev-python/geoip-python: Add python3_8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michał Górny --- 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 2af3a4c3967e..f89ae7f8f23e 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_6,3_7} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1