Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-toolbelt/
Date: Tue, 29 May 2018 11:17:49
Message-Id: 1527592459.219f336eecbfefc8ff9dfea1f6f885f39647a19e.whissi@gentoo
1 commit: 219f336eecbfefc8ff9dfea1f6f885f39647a19e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 11:14:19 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 11:14:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219f336e
7
8 dev-python/requests-toolbelt: x86 stable (bug #620454)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
16 index bd0cabd5197..a3058c171dd 100644
17 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
18 +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 x86"
25 IUSE="test"
26
27 RDEPEND="<dev-python/requests-3.0.0[${PYTHON_USEDEP}]"