diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-05-21 14:48:22 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-05-21 14:53:56 -0700 |
commit | fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28 (patch) | |
tree | bab318deced8b4ab9e18fef9c381819131d529bc /app-portage | |
parent | dev-lang/sassc: bump to 3.6.0 (diff) | |
download | gentoo-fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28.tar.gz gentoo-fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28.tar.bz2 gentoo-fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28.zip |
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 <gentoo-bugs@theblob.org>
Closes: https://bugs.gentoo.org/686464
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.4.ebuild | 2 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
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 |