From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8979215800A for ; Fri, 11 Aug 2023 03:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0D752BC03E; Fri, 11 Aug 2023 03:26:32 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 867BA2BC03E for ; Fri, 11 Aug 2023 03:26:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93DF0335C7E for ; Fri, 11 Aug 2023 03:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6E99F5C for ; Fri, 11 Aug 2023 03:26:28 +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: <1691724356.7d4d01b84fe575b15bd2bb3c6bb51ccebbed2386.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pymacs/pymacs-0.26-r4.ebuild X-VCS-Directories: app-emacs/pymacs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d4d01b84fe575b15bd2bb3c6bb51ccebbed2386 X-VCS-Branch: master Date: Fri, 11 Aug 2023 03:26:28 +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: e6ac3e2c-75c9-4658-a683-004da9d396e3 X-Archives-Hash: bb364ccac2c5bde803e34a8fdc88cce8 commit: 7d4d01b84fe575b15bd2bb3c6bb51ccebbed2386 Author: Sam James gentoo org> AuthorDate: Fri Aug 11 03:25:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 11 03:25:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4d01b8 app-emacs/pymacs: Stabilize 0.26-r4 ppc64, #912044 Signed-off-by: Sam James gentoo.org> app-emacs/pymacs/pymacs-0.26-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/pymacs/pymacs-0.26-r4.ebuild b/app-emacs/pymacs/pymacs-0.26-r4.ebuild index 3f6d1c1d330d..fe737fdc02b8 100644 --- a/app-emacs/pymacs/pymacs-0.26-r4.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r4.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/dgentry/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${P^} - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="GPL-2+"