Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/
Date: Tue, 21 May 2019 21:54:07
Message-Id: 1558475636.fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28.zmedico@gentoo
1 commit: fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 21 21:48:22 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue May 21 21:53:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd614c54
7
8 app-portage/mirrorselect: drop python2.7 from PYTHON_COMPAT
9
10 Support for python2.7 broke with the urllib2.Request.host usage
11 introduced in this commit:
12
13 https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=856abee86416d4b2159f81d34cf28ef3422b92ec
14
15 Reported-by: Sophie Hamilton <gentoo-bugs <AT> theblob.org>
16 Closes: https://bugs.gentoo.org/686464
17 Package-Manager: Portage-2.3.66, Repoman-2.3.12
18 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
19
20 app-portage/mirrorselect/mirrorselect-2.2.4.ebuild | 2 +-
21 app-portage/mirrorselect/mirrorselect-9999.ebuild | 4 ++--
22 2 files changed, 3 insertions(+), 3 deletions(-)
23
24 diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
25 index 99e62e0fd94..184ac4d49c7 100644
26 --- a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
27 +++ b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
28 @@ -3,7 +3,7 @@
29
30 EAPI="7"
31
32 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
33 +PYTHON_COMPAT=( python3_{5,6,7} )
34 PYTHON_REQ_USE="xml"
35
36 inherit eutils distutils-r1 prefix
37
38 diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
39 index 36964fd8660..d93b586c58d 100644
40 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
41 +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
42 @@ -1,9 +1,9 @@
43 # Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 -EAPI="5"
47 +EAPI="7"
48
49 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
50 +PYTHON_COMPAT=( python3_{5,6,7} )
51 PYTHON_REQ_USE="xml"
52
53 inherit eutils distutils-r1 git-r3 prefix