Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/
Date: Mon, 02 Jan 2017 16:19:19
Message-Id: 1483373950.adc5276d2df4878e6c8c302be73333dffd25cb04.pacho@gentoo
1 commit: adc5276d2df4878e6c8c302be73333dffd25cb04
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 16:18:26 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 16:19:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc5276d
7
8 dev-libs/hiredis: Rekeyword on arches that now have all deps ok
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/hiredis/hiredis-0.13.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/hiredis/hiredis-0.13.3.ebuild b/dev-libs/hiredis/hiredis-0.13.3.ebuild
16 index cdbc92a..ae24f7a 100644
17 --- a/dev-libs/hiredis/hiredis-0.13.3.ebuild
18 +++ b/dev-libs/hiredis/hiredis-0.13.3.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0/0.13"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-solaris"
24 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-solaris"
25 IUSE="examples static-libs test"
26
27 DEPEND="test? ( dev-db/redis )"