diff options
author | Markus Meier <maekke@gentoo.org> | 2018-02-05 22:19:39 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-02-05 22:19:39 +0100 |
commit | 8a766e0b0b7250baa3543b9d3934a719d621e194 (patch) | |
tree | bbae19bbd2d35a413765192ae5926f8c7303727c /dev-db | |
parent | net-misc/connman: arm stable, bug #630028 (diff) | |
download | gentoo-8a766e0b0b7250baa3543b9d3934a719d621e194.tar.gz gentoo-8a766e0b0b7250baa3543b9d3934a719d621e194.tar.bz2 gentoo-8a766e0b0b7250baa3543b9d3934a719d621e194.zip |
dev-db/redis: arm stable, bug #631002
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-3.2.8-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/redis/redis-3.2.8-r5.ebuild b/dev-db/redis/redis-3.2.8-r5.ebuild index 67b5b39c0a0f..6222692d0690 100644 --- a/dev-db/redis/redis-3.2.8-r5.ebuild +++ b/dev-db/redis/redis-3.2.8-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc luajit test" SLOT="0" |