diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-18 01:25:59 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-18 01:28:57 +0200 |
commit | 142f9a3ad26d36995259041a86b5932342088f26 (patch) | |
tree | 57cfd0ed81d8613714948354e0909dd3873dbffa /dev-db/redis/redis-3.2.12.ebuild | |
parent | app-backup/rdiff-backup: x86 stable (bug #658242) (diff) | |
download | gentoo-142f9a3ad26d36995259041a86b5932342088f26.tar.gz gentoo-142f9a3ad26d36995259041a86b5932342088f26.tar.bz2 gentoo-142f9a3ad26d36995259041a86b5932342088f26.zip |
dev-db/redis: x86 stable (bug #658066)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-db/redis/redis-3.2.12.ebuild')
-rw-r--r-- | dev-db/redis/redis-3.2.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-3.2.12.ebuild b/dev-db/redis/redis-3.2.12.ebuild index b5a7077ddff8..21026c53a1aa 100644 --- a/dev-db/redis/redis-3.2.12.ebuild +++ b/dev-db/redis/redis-3.2.12.ebuild @@ -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" |