diff options
author | Sam James <sam@gentoo.org> | 2023-11-29 17:12:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-29 17:12:42 +0000 |
commit | caa8172528260ce66c693f0dfdd66c48bcd5f591 (patch) | |
tree | e75d72235f2b84d0e980c49332566503488452fc /dev-db/redis | |
parent | dev-db/redis: Stabilize 6.2.14 amd64, #918847 (diff) | |
download | gentoo-caa8172528260ce66c693f0dfdd66c48bcd5f591.tar.gz gentoo-caa8172528260ce66c693f0dfdd66c48bcd5f591.tar.bz2 gentoo-caa8172528260ce66c693f0dfdd66c48bcd5f591.zip |
dev-db/redis: Stabilize 7.0.14 amd64, #918847
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-7.0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.0.14.ebuild b/dev-db/redis/redis-7.0.14.ebuild index 8a9a9fc48749..54874f090e4c 100644 --- a/dev-db/redis/redis-7.0.14.ebuild +++ b/dev-db/redis/redis-7.0.14.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 )" |