Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
Date: Sat, 25 Feb 2017 14:20:18
Message-Id: 1488032385.02a703badf7125eb887bcf1a3494bc37e9e0580f.maekke@gentoo
1 commit: 02a703badf7125eb887bcf1a3494bc37e9e0580f
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 14:19:45 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:19:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a703ba
7
8 dev-python/hiredis: add ~arm
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-python/hiredis/hiredis-0.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
17 index c5118cb43e..28728d7855 100644
18 --- a/dev-python/hiredis/hiredis-0.2.0.ebuild
19 +++ b/dev-python/hiredis/hiredis-0.2.0.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 x86"
25 +KEYWORDS="amd64 ~arm x86"
26 IUSE=""
27
28 DEPEND=">=dev-libs/hiredis-0.13.1"