diff options
author | Sam James <sam@gentoo.org> | 2021-10-07 00:06:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-07 00:06:07 +0100 |
commit | 1eed9cf3774c22e095257b3b44cae7cb8398b5e2 (patch) | |
tree | cc40af138f5188fa951835d7055ebce29253f04d /dev-db | |
parent | dev-db/redis: Stabilize 5.0.14 ppc64, #816489 (diff) | |
download | gentoo-1eed9cf3774c22e095257b3b44cae7cb8398b5e2.tar.gz gentoo-1eed9cf3774c22e095257b3b44cae7cb8398b5e2.tar.bz2 gentoo-1eed9cf3774c22e095257b3b44cae7cb8398b5e2.zip |
dev-db/redis: Stabilize 6.0.16 ppc64, #816489
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-6.0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.0.16.ebuild b/dev-db/redis/redis-6.0.16.ebuild index 53d6c083a885..e0ff01b9ce85 100644 --- a/dev-db/redis/redis-6.0.16.ebuild +++ b/dev-db/redis/redis-6.0.16.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -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 )" |