diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-02 17:18:26 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-02 17:19:10 +0100 |
commit | adc5276d2df4878e6c8c302be73333dffd25cb04 (patch) | |
tree | 3b73b95a6fbafcc520d4540175e12247fea051c6 /dev-libs/hiredis | |
parent | arch/{ia64,sparc}/package.stable.mask: don't keyword dev-db/redis (diff) | |
download | gentoo-adc5276d2df4878e6c8c302be73333dffd25cb04.tar.gz gentoo-adc5276d2df4878e6c8c302be73333dffd25cb04.tar.bz2 gentoo-adc5276d2df4878e6c8c302be73333dffd25cb04.zip |
dev-libs/hiredis: Rekeyword on arches that now have all deps ok
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 cdbc92aa2176..ae24f7a4a416 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 ~ppc ~ppc64 ~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 )" |