From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A160F1581B9 for ; Thu, 18 Sep 2025 21:44:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 618C73423F0 for ; Thu, 18 Sep 2025 21:44:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 821FD110573; Thu, 18 Sep 2025 21:44:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 71F8E110573 for ; Thu, 18 Sep 2025 21:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0010034219D for ; Thu, 18 Sep 2025 21:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6636C20FB for ; Thu, 18 Sep 2025 21:44:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1758231713.d9f62553a3afc6a550dfe87f2d9e9fb7fc98c480.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/amule/amule-2.3.3-r7.ebuild X-VCS-Directories: net-p2p/amule/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d9f62553a3afc6a550dfe87f2d9e9fb7fc98c480 X-VCS-Branch: master Date: Thu, 18 Sep 2025 21:44:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0b506b2-7d47-479e-8afb-045778fa207a X-Archives-Hash: cf7f9b1700df21d2429f8ec061dd94cc commit: d9f62553a3afc6a550dfe87f2d9e9fb7fc98c480 Author: Sam James gentoo org> AuthorDate: Thu Sep 18 21:41:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 18 21:41:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f62553 net-p2p/amule: Stabilize 2.3.3-r7 ppc, #954975 Signed-off-by: Sam James gentoo.org> net-p2p/amule/amule-2.3.3-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/amule/amule-2.3.3-r7.ebuild b/net-p2p/amule/amule-2.3.3-r7.ebuild index ddd8dfc24df5..e31567b275b5 100644 --- a/net-p2p/amule/amule-2.3.3-r7.ebuild +++ b/net-p2p/amule/amule-2.3.3-r7.ebuild @@ -13,7 +13,7 @@ else MY_P="${PN/m/M}-${PV}" SRC_URI="https://download.sourceforge.net/${PN}/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" - KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~mips ppc ppc64 ~riscv ~sparc x86" fi DESCRIPTION="aMule, the all-platform eMule p2p client"