Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-toolbelt/
Date: Tue, 28 Jan 2020 11:32:46
Message-Id: 1580211153.306a51fcf3ab0d92c22c3a49107f34db9d002a04.ago@gentoo
1 commit: 306a51fcf3ab0d92c22c3a49107f34db9d002a04
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 11:32:33 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 11:32:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306a51fc
7
8 Revert "dev-python/requests-toolbelt: ~x86 keyword wrt bug #700918"
9
10 This reverts commit 029cf36e0df4bcd800cd2296cfd6e627d2a9d603.
11
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild
18 index 54a264bb9d9..570ccee0e56 100644
19 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild
20 +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
26 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86"
27 IUSE="test"
28
29 RDEPEND="<dev-python/requests-3.0.0[${PYTHON_USEDEP}]"