diff options
author | 2024-03-13 21:42:10 +0000 | |
---|---|---|
committer | 2024-03-13 21:42:10 +0000 | |
commit | f64304534979a1fa84dcae6a89c8eea8bbeeb3ff (patch) | |
tree | 25b0abc4d417db85fd7ac305c9dcc1c0e5f367da /dev-db/redis | |
parent | kde-plasma/kwin: Add dev-qt/qtbase:6[accessibility=] USEdep (diff) | |
download | gentoo-f64304534979a1fa84dcae6a89c8eea8bbeeb3ff.tar.gz gentoo-f64304534979a1fa84dcae6a89c8eea8bbeeb3ff.tar.bz2 gentoo-f64304534979a1fa84dcae6a89c8eea8bbeeb3ff.zip |
dev-db/redis: Stabilize 7.2.4-r1 ppc, #921760
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/redis-7.2.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/redis/redis-7.2.4-r1.ebuild b/dev-db/redis/redis-7.2.4-r1.ebuild index dcdfd9625697..8ccfee0d3429 100644 --- a/dev-db/redis/redis-7.2.4-r1.ebuild +++ b/dev-db/redis/redis-7.2.4-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD Boost-1.0" SLOT="0/$(ver_cut 1-2)" -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 )" |