From 21ad5bff6525e8f7614972b6d84edb439e92bf81 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 19 Oct 2025 18:53:42 +0300 Subject: [PATCH] net-p2p/rtorrent: Stabilize 0.15.7 ppc64, #964279 Signed-off-by: Arthur Zamarin --- net-p2p/rtorrent/rtorrent-0.15.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/rtorrent/rtorrent-0.15.7.ebuild b/net-p2p/rtorrent/rtorrent-0.15.7.ebuild index 17b9e743980ff..b4640a62b497b 100644 --- a/net-p2p/rtorrent/rtorrent-0.15.7.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.15.7.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/rakshasa/${PN}.git" else SRC_URI="https://github.com/rakshasa/rtorrent/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2"