diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-12 10:17:44 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-12 10:17:44 +0200 |
commit | 652f185f91f4fbb7394eda6a6a1d46a73ba0b394 (patch) | |
tree | fc86a0dff046dacd24313edbaaf0c945221a3672 /dev-db/redis | |
parent | dev-db/redis: Stabilize 7.2.4 amd64, #921760 (diff) | |
download | gentoo-652f185f91f4fbb7394eda6a6a1d46a73ba0b394.tar.gz gentoo-652f185f91f4fbb7394eda6a6a1d46a73ba0b394.tar.bz2 gentoo-652f185f91f4fbb7394eda6a6a1d46a73ba0b394.zip |
dev-db/redis: Stabilize 7.0.15 amd64, #921760
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-7.0.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.15.ebuild b/dev-db/redis/redis-7.0.15.ebuild index 8abcd1aee1bd..2d5d05501586 100644 --- a/dev-db/redis/redis-7.0.15.ebuild +++ b/dev-db/redis/redis-7.0.15.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" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |