diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-02 17:09:59 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-02 17:19:05 +0100 |
commit | f525b962d648804ad36fd7f347fd70b6de239592 (patch) | |
tree | 20d312cf21c1494d060535e50b50b15969024b6a /dev-libs | |
parent | dev-python/recommonmark: initial import (diff) | |
download | gentoo-f525b962d648804ad36fd7f347fd70b6de239592.tar.gz gentoo-f525b962d648804ad36fd7f347fd70b6de239592.tar.bz2 gentoo-f525b962d648804ad36fd7f347fd70b6de239592.zip |
arch/{ia64,sparc}/package.use.stable.mask: don't stabilize redis on this arches
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hiredis/hiredis-0.13.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/hiredis/hiredis-0.13.3.ebuild b/dev-libs/hiredis/hiredis-0.13.3.ebuild index b54ef83efa3f..cdbc92aa2176 100644 --- a/dev-libs/hiredis/hiredis-0.13.3.ebuild +++ b/dev-libs/hiredis/hiredis-0.13.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-solaris" IUSE="examples static-libs test" DEPEND="test? ( dev-db/redis )" |