Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests/
Date: Mon, 04 May 2020 06:16:44
Message-Id: 1588572947.db2778bbdfc6458ad8556f3f591a7c4ab7ef26c3.leio@gentoo
1 commit: db2778bbdfc6458ad8556f3f591a7c4ab7ef26c3
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Mon May 4 01:52:15 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 06:15:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2778bb
7
8 dev-python/requests: arm64 stable (bug #720600)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-python/requests/requests-2.23.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/requests/requests-2.23.0.ebuild b/dev-python/requests/requests-2.23.0.ebuild
18 index 874f086b733..d89e1919692 100644
19 --- a/dev-python/requests/requests-2.23.0.ebuild
20 +++ b/dev-python/requests/requests-2.23.0.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 arm ~arm64 ~sparc x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~alpha amd64 arm arm64 ~sparc x86 ~amd64-linux ~x86-linux"
27 IUSE="socks5 +ssl test"
28 RESTRICT="!test? ( test )"