diff options
author | Markus Meier <maekke@gentoo.org> | 2018-02-05 22:19:44 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-02-05 22:19:44 +0100 |
commit | 33dffa93faf66077758cbe39bac0a9a7147df43c (patch) | |
tree | de6518b43170d56efc402417a830756164620f24 /dev-db/redis | |
parent | dev-db/redis: arm stable, bug #631002 (diff) | |
download | gentoo-33dffa93faf66077758cbe39bac0a9a7147df43c.tar.gz gentoo-33dffa93faf66077758cbe39bac0a9a7147df43c.tar.bz2 gentoo-33dffa93faf66077758cbe39bac0a9a7147df43c.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/redis')
-rw-r--r-- | dev-db/redis/redis-4.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/redis/redis-4.0.2-r1.ebuild b/dev-db/redis/redis-4.0.2-r1.ebuild index 093bb2e78a13..c0178a4ac9f0 100644 --- a/dev-db/redis/redis-4.0.2-r1.ebuild +++ b/dev-db/redis/redis-4.0.2-r1.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" |