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 9514515807A for ; Mon, 7 Oct 2024 17:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3750E29B0; Mon, 7 Oct 2024 17:24:44 +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 88C96E29B0 for ; Mon, 7 Oct 2024 17:24:44 +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 9BEFE343017 for ; Mon, 7 Oct 2024 17:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06966213C for ; Mon, 7 Oct 2024 17:24:42 +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: <1728321735.e7da3ef04fcaa995fd224547d0de96cb5f6f33bb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/geiser/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/geiser/geiser-0.31.1.ebuild X-VCS-Directories: app-emacs/geiser/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7da3ef04fcaa995fd224547d0de96cb5f6f33bb X-VCS-Branch: master Date: Mon, 7 Oct 2024 17:24:42 +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: 5a5e48cb-0bd1-4bcd-a369-9f62b8993482 X-Archives-Hash: 0f20b40d18548a37e813e6c194a0fa0c commit: e7da3ef04fcaa995fd224547d0de96cb5f6f33bb Author: Sam James gentoo org> AuthorDate: Mon Oct 7 17:22:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 7 17:22:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7da3ef0 app-emacs/geiser: Stabilize 0.31.1 amd64, #941124 Signed-off-by: Sam James gentoo.org> app-emacs/geiser/geiser-0.31.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/geiser/geiser-0.31.1.ebuild b/app-emacs/geiser/geiser-0.31.1.ebuild index 34cb94b620eb..6f88a4b6aca0 100644 --- a/app-emacs/geiser/geiser-0.31.1.ebuild +++ b/app-emacs/geiser/geiser-0.31.1.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == *9999* ]] ; then else SRC_URI="https://gitlab.com/emacs-${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="BSD"