diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-08 22:02:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-08 22:02:50 +0300 |
commit | 5f2ee2226a79358ec539573cb2804d0daa80a9e4 (patch) | |
tree | 3bf47c4c55ae3c199f64f207174a443162059e81 /dev-db/redis | |
parent | sys-fs/quotatool: Stabilize 1.6.5 ppc, #940882 (diff) | |
download | gentoo-5f2ee2226a79358ec539573cb2804d0daa80a9e4.tar.gz gentoo-5f2ee2226a79358ec539573cb2804d0daa80a9e4.tar.bz2 gentoo-5f2ee2226a79358ec539573cb2804d0daa80a9e4.zip |
dev-db/redis: Stabilize 6.2.16 ppc, #940738
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-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 4e5af558cb96..3199adb25d5b 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 )" |