Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/
Date: Wed, 01 Mar 2017 10:43:11
Message-Id: 1488364976.0c67481084aee655c331e99fdb9c8b5d3f76239c.xmw@gentoo
1 commit: 0c67481084aee655c331e99fdb9c8b5d3f76239c
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 10:41:18 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 10:42:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c674810
7
8 dev-libs/hiredis: arm64 stable (needed by syslog-ng)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-libs/hiredis/hiredis-0.13.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/hiredis/hiredis-0.13.3.ebuild b/dev-libs/hiredis/hiredis-0.13.3.ebuild
17 index 693baf9ba53..5ba57f6d832 100644
18 --- a/dev-libs/hiredis/hiredis-0.13.3.ebuild
19 +++ b/dev-libs/hiredis/hiredis-0.13.3.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0/0.13"
24 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-solaris"
25 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-solaris"
26 IUSE="examples static-libs test"
27
28 DEPEND="test? ( dev-db/redis )"