diff options
author | 2024-10-25 12:02:08 +0000 | |
---|---|---|
committer | 2024-10-25 12:02:08 +0000 | |
commit | f4f1b3f207349f0a8b890b0aa356749190a5f538 (patch) | |
tree | c60b028fdb35a13b373ec85d525a7814d2be2615 /dev-db | |
parent | dev-ruby/webrick: Stabilize 1.8.2 ppc, #941221 (diff) | |
download | gentoo-f4f1b3f207349f0a8b890b0aa356749190a5f538.tar.gz gentoo-f4f1b3f207349f0a8b890b0aa356749190a5f538.tar.bz2 gentoo-f4f1b3f207349f0a8b890b0aa356749190a5f538.zip |
dev-db/redis: Stabilize 6.2.16 ppc64, #940738
Signed-off-by: Arthur Zamarin <arthurzam@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 cd65f0d60cce..9ebf1541bc26 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 )" |