Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/redis-py/
Date: Sat, 11 May 2019 18:17:19
Message-Id: 1557598602.51b611566cdff6f0a23887463fdd3925ab7ea8f8.prometheanfire@gentoo
1 commit: 51b611566cdff6f0a23887463fdd3925ab7ea8f8
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 11 18:12:10 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 11 18:16:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b61156
7
8 dev-python/redis-py: 3.2.1 allarches stablized
9
10 Stablized for Openstack Stein
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 dev-python/redis-py/redis-py-3.2.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/redis-py/redis-py-3.2.1.ebuild b/dev-python/redis-py/redis-py-3.2.1.ebuild
19 index c44fb76ecd3..c32fb107d67 100644
20 --- a/dev-python/redis-py/redis-py-3.2.1.ebuild
21 +++ b/dev-python/redis-py/redis-py-3.2.1.ebuild
22 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
27 +KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
28 IUSE="test"
29
30 RDEPEND=""