diff options
author | 2024-10-24 10:45:12 +0300 | |
---|---|---|
committer | 2024-10-24 10:45:12 +0300 | |
commit | 61f9374285330a6f3d679050ed4886f15827d4d9 (patch) | |
tree | a5dee0bd945a6e03fcdb381fee4151f6ea83f982 /dev-db/redis | |
parent | dev-python/pallets-sphinx-themes: Keyword 2.2.0 mips, #941646 (diff) | |
download | gentoo-61f9374285330a6f3d679050ed4886f15827d4d9.tar.gz gentoo-61f9374285330a6f3d679050ed4886f15827d4d9.tar.bz2 gentoo-61f9374285330a6f3d679050ed4886f15827d4d9.zip |
dev-db/redis: Stabilize 6.2.16 x86, #940738
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.2.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.16.ebuild b/dev-db/redis/redis-6.2.16.ebuild index fd235446cfb6..cd65f0d60cce 100644 --- a/dev-db/redis/redis-6.2.16.ebuild +++ b/dev-db/redis/redis-6.2.16.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |