diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:19:42 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:25 +0100 |
commit | d54747b2619c38b8795e4418c3394e0ca7887cae (patch) | |
tree | 46feb1e7384a7727def5b426c0e1708cb6db4a83 /dev-db | |
parent | dev-perl/XML-LibXSLT: ppc64 stable wrt bug #595052 (diff) | |
download | gentoo-d54747b2619c38b8795e4418c3394e0ca7887cae.tar.gz gentoo-d54747b2619c38b8795e4418c3394e0ca7887cae.tar.bz2 gentoo-d54747b2619c38b8795e4418c3394e0ca7887cae.zip |
dev-db/redis: ppc64 stable wrt bug #595730
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-3.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/redis/redis-3.2.5.ebuild b/dev-db/redis/redis-3.2.5.ebuild index 1ebfa9a1d727..38a0d6de879f 100644 --- a/dev-db/redis/redis-3.2.5.ebuild +++ b/dev-db/redis/redis-3.2.5.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$ @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc luajit test" SLOT="0" |