diff options
author | Sam James <sam@gentoo.org> | 2022-07-25 05:17:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-25 05:17:57 +0100 |
commit | fd0c3087623560787f9231befe1839fd4f1a15d0 (patch) | |
tree | 1caa7fc5d1d7ccf8dfe4bac39eef4826854eea18 /dev-db/redis | |
parent | app-doc/devmanual: Stabilize 0_pre20220326 sparc, #860144 (diff) | |
download | gentoo-fd0c3087623560787f9231befe1839fd4f1a15d0.tar.gz gentoo-fd0c3087623560787f9231befe1839fd4f1a15d0.tar.bz2 gentoo-fd0c3087623560787f9231befe1839fd4f1a15d0.zip |
dev-db/redis: Stabilize 7.0.4 ppc, #860264
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-7.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.4.ebuild b/dev-db/redis/redis-7.0.4.ebuild index d72b7586f091..8e8efb84768c 100644 --- a/dev-db/redis/redis-7.0.4.ebuild +++ b/dev-db/redis/redis-7.0.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |