diff options
author | Sam James <sam@gentoo.org> | 2020-12-16 23:20:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-16 23:20:15 +0000 |
commit | 95e656156c7aa9c46a5887d7ebe27ae154e750b3 (patch) | |
tree | fcff68bb925301c7c10d5e8987b5136a818413c5 /dev-db/redis | |
parent | eclass/games: fixup documentation (diff) | |
download | gentoo-95e656156c7aa9c46a5887d7ebe27ae154e750b3.tar.gz gentoo-95e656156c7aa9c46a5887d7ebe27ae154e750b3.tar.bz2 gentoo-95e656156c7aa9c46a5887d7ebe27ae154e750b3.zip |
dev-db/redis: Stabilize 6.0.9 ppc, #753701
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.9.ebuild b/dev-db/redis/redis-6.0.9.ebuild index 4248e34c7462..992380fb720c 100644 --- a/dev-db/redis/redis-6.0.9.ebuild +++ b/dev-db/redis/redis-6.0.9.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://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 luajit tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |