diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-16 00:13:38 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-16 00:13:54 +0100 |
commit | 35fafc3c2ff5a52c1e428ec065f1582d2f06c5f0 (patch) | |
tree | b390e11def165dc202daffa40718191021004645 /dev-libs/hiredis | |
parent | dev-db/redis: ppc stable (bug 585646). (diff) | |
download | gentoo-35fafc3c2ff5a52c1e428ec065f1582d2f06c5f0.tar.gz gentoo-35fafc3c2ff5a52c1e428ec065f1582d2f06c5f0.tar.bz2 gentoo-35fafc3c2ff5a52c1e428ec065f1582d2f06c5f0.zip |
dev-libs/hiredis: ppc ppc64 stable (bug 585646).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/hiredis')
-rw-r--r-- | dev-libs/hiredis/hiredis-0.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hiredis/hiredis-0.13.3.ebuild b/dev-libs/hiredis/hiredis-0.13.3.ebuild index 9aadb09d96ae..e9478788079e 100644 --- a/dev-libs/hiredis/hiredis-0.13.3.ebuild +++ b/dev-libs/hiredis/hiredis-0.13.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/0.13" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x64-solaris" IUSE="examples static-libs test" DEPEND="test? ( dev-db/redis )" |