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 0076115800A for ; Fri, 11 Aug 2023 03:26:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD9E12BC040; 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 C11722BC040 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 C5CAA335D46 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 DFE46F60 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: <1691724361.fe3424d9d8cb4512796c46c6b40f9858a8467a7c.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: fe3424d9d8cb4512796c46c6b40f9858a8467a7c 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: 368ffdaf-dad9-4afd-ab20-f95cebce190d X-Archives-Hash: cc9f82ef4d11abce00b5f0e6e20f20c6 commit: fe3424d9d8cb4512796c46c6b40f9858a8467a7c Author: Sam James gentoo org> AuthorDate: Fri Aug 11 03:26:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 11 03:26:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3424d9 app-emacs/pymacs: Stabilize 0.26-r4 amd64, #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 5a1736ed8e93..b2d733c8de55 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+"