From fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 21 May 2019 14:48:22 -0700 Subject: app-portage/mirrorselect: drop python2.7 from PYTHON_COMPAT Support for python2.7 broke with the urllib2.Request.host usage introduced in this commit: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=856abee86416d4b2159f81d34cf28ef3422b92ec Reported-by: Sophie Hamilton Closes: https://bugs.gentoo.org/686464 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Zac Medico --- app-portage/mirrorselect/mirrorselect-2.2.4.ebuild | 2 +- app-portage/mirrorselect/mirrorselect-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app-portage') diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild index 99e62e0fd946..184ac4d49c79 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="xml" inherit eutils distutils-r1 prefix diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index 36964fd86606..d93b586c58dd 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="7" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="xml" inherit eutils distutils-r1 git-r3 prefix -- cgit v1.2.3-65-gdbad