diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-12 10:17:43 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-12 10:17:43 +0200 |
commit | e61aeb70eb0c733bdc91c3a63dae49fffa3f8e25 (patch) | |
tree | 499f665e2cdbfc9cb760659858dffb6cb70e1297 /dev-db | |
parent | dev-python/sumtypes: Keyword 0.1_alpha6 s390, #921721 (diff) | |
download | gentoo-e61aeb70eb0c733bdc91c3a63dae49fffa3f8e25.tar.gz gentoo-e61aeb70eb0c733bdc91c3a63dae49fffa3f8e25.tar.bz2 gentoo-e61aeb70eb0c733bdc91c3a63dae49fffa3f8e25.zip |
dev-db/redis: Stabilize 7.2.4 amd64, #921760
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/redis-7.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.2.4.ebuild b/dev-db/redis/redis-7.2.4.ebuild index 79eefaa3d28c..9ea34b94818f 100644 --- a/dev-db/redis/redis-7.2.4.ebuild +++ b/dev-db/redis/redis-7.2.4.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD Boost-1.0" 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 )" |