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 C790215838C for ; Tue, 23 Jan 2024 16:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0146F2BC03C; Tue, 23 Jan 2024 16:40:33 +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 D02A82BC03C for ; Tue, 23 Jan 2024 16:40: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 CA427343340 for ; Tue, 23 Jan 2024 16:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF7DC14C5 for ; Tue, 23 Jan 2024 16:40: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: <1706027959.4857a9ee70ed3d2c5c8a9a5011521b5cda99f61f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/flim/flim-1.14.9_p20231218.ebuild X-VCS-Directories: app-emacs/flim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4857a9ee70ed3d2c5c8a9a5011521b5cda99f61f X-VCS-Branch: master Date: Tue, 23 Jan 2024 16:40: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: 34a6512b-3343-45ae-bbed-4419410010e3 X-Archives-Hash: b2c337668f694ce91c10ed78ef4af03b commit: 4857a9ee70ed3d2c5c8a9a5011521b5cda99f61f Author: Sam James gentoo org> AuthorDate: Tue Jan 23 16:39:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 23 16:39:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4857a9ee app-emacs/flim: Stabilize 1.14.9_p20231218 ppc, #922491 Signed-off-by: Sam James gentoo.org> app-emacs/flim/flim-1.14.9_p20231218.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild index d3a3438d109a..4dfb7c04cf92 100644 --- a/app-emacs/flim/flim-1.14.9_p20231218.ebuild +++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="oauth2 test" RESTRICT="!test? ( test )"