diff options
author | 2021-07-26 01:54:06 +0100 | |
---|---|---|
committer | 2021-07-26 01:54:06 +0100 | |
commit | 8b588299d1aca10e26261ca42117c18c18c578af (patch) | |
tree | 2589cb5e0ff02a7969e7d5d2db4c8dd2e40f3481 /dev-db | |
parent | dev-db/redis: Stabilize 6.0.15 ppc64, #803302 (diff) | |
download | gentoo-8b588299d1aca10e26261ca42117c18c18c578af.tar.gz gentoo-8b588299d1aca10e26261ca42117c18c18c578af.tar.bz2 gentoo-8b588299d1aca10e26261ca42117c18c18c578af.zip |
dev-db/redis: Stabilize 6.2.5 ppc64, #803302
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.5.ebuild b/dev-db/redis/redis-6.2.5.ebuild index d011828766cc..3402d1614c7d 100644 --- a/dev-db/redis/redis-6.2.5.ebuild +++ b/dev-db/redis/redis-6.2.5.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io" SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc ssl systemd tcmalloc test" RESTRICT="!test? ( test )" SLOT="0" |