diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-10-04 11:49:56 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-10-04 11:49:56 +0200 |
commit | 20603d9561026b4d125b567992528fb1ce9f9294 (patch) | |
tree | 2d2c6413b2f8b952374305bfc734765ca9967147 /dev-db | |
parent | sys-cluster/ceph: Stabilize 18.2.4-r2 amd64, #940737 (diff) | |
download | gentoo-20603d9561026b4d125b567992528fb1ce9f9294.tar.gz gentoo-20603d9561026b4d125b567992528fb1ce9f9294.tar.bz2 gentoo-20603d9561026b4d125b567992528fb1ce9f9294.zip |
dev-db/redis: Stabilize 6.2.16 amd64, #940738
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db')
-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 09d489d803f8..4e5af558cb96 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 )" |