diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-12 13:59:22 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-12 13:59:22 +0200 |
commit | 1373be61d0ba89d6b4252cbe1d2ff3050b772acd (patch) | |
tree | fc5a58871b0c053ed624a1920505f8d7f56ed842 /dev-db/redis | |
parent | dev-python/python-keystoneclient: enable py3.11 (diff) | |
download | gentoo-1373be61d0ba89d6b4252cbe1d2ff3050b772acd.tar.gz gentoo-1373be61d0ba89d6b4252cbe1d2ff3050b772acd.tar.bz2 gentoo-1373be61d0ba89d6b4252cbe1d2ff3050b772acd.zip |
dev-db/redis: Stabilize 6.2.7-r2 ppc64, #881065
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-6.2.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-6.2.7-r2.ebuild b/dev-db/redis/redis-6.2.7-r2.ebuild index 012ad4d40847..e767c97f3d02 100644 --- a/dev-db/redis/redis-6.2.7-r2.ebuild +++ b/dev-db/redis/redis-6.2.7-r2.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" |