From 83f3e3b34bc4ab5f8620e866b5c7e4f6b8aa9b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Jun 2021 15:45:45 +0200 Subject: [PATCH] dev-python/geoip-python: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 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 6097ed5189aa1..6741bf4bd48f3 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 @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -18,8 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" -IUSE="examples test" -RESTRICT="!test? ( test )" +IUSE="examples" RDEPEND=">=dev-libs/geoip-1.4.8" DEPEND="${RDEPEND}"