diff options
author | 2023-03-06 09:05:10 +0200 | |
---|---|---|
committer | 2023-03-06 09:06:02 +0200 | |
commit | 7f3398c2ea3c7b94db8a042c0f3405031bc909f9 (patch) | |
tree | cfb2fa637b670d9c866934d09c6ba4cd127d128c /dev-db/redis | |
parent | dev-ruby/rack: add 2.2.6.3, 3.0.4.2 (diff) | |
download | gentoo-7f3398c2ea3c7b94db8a042c0f3405031bc909f9.tar.gz gentoo-7f3398c2ea3c7b94db8a042c0f3405031bc909f9.tar.bz2 gentoo-7f3398c2ea3c7b94db8a042c0f3405031bc909f9.zip |
dev-db/redis: Stabilize 6.2.11 amd64, #899692
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.11.ebuild b/dev-db/redis/redis-6.2.11.ebuild index 786b4513b599..1bfd9f5422a2 100644 --- a/dev-db/redis/redis-6.2.11.ebuild +++ b/dev-db/redis/redis-6.2.11.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |