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 B152F1584AD for ; Mon, 28 Apr 2025 04:01:28 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 99FA53430FF for ; Mon, 28 Apr 2025 04:01:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C75B91104BC; Mon, 28 Apr 2025 04:01:18 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C181E1104BC for ; Mon, 28 Apr 2025 04:01:18 +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 7AE9A342FDE for ; Mon, 28 Apr 2025 04:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2DE5266B for ; Mon, 28 Apr 2025 04:01:15 +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: <1745812853.1aeac35c6378db5959268e00a11a1c51415d0c61.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/gptel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/gptel/gptel-0.9.8.ebuild X-VCS-Directories: app-emacs/gptel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1aeac35c6378db5959268e00a11a1c51415d0c61 X-VCS-Branch: master Date: Mon, 28 Apr 2025 04:01:15 +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: 4934d86c-ea3c-4f36-af8d-171cb22c3d78 X-Archives-Hash: fd8f324ff9d44eb356e619d7e07f7314 commit: 1aeac35c6378db5959268e00a11a1c51415d0c61 Author: Sam James gentoo org> AuthorDate: Mon Apr 28 04:00:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 28 04:00:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeac35c app-emacs/gptel: Stabilize 0.9.8 ALLARCHES, #954690 Signed-off-by: Sam James gentoo.org> app-emacs/gptel/gptel-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/gptel/gptel-0.9.8.ebuild b/app-emacs/gptel/gptel-0.9.8.ebuild index 9e04c6f25dba..cdcb0a3c6279 100644 --- a/app-emacs/gptel/gptel-0.9.8.ebuild +++ b/app-emacs/gptel/gptel-0.9.8.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://github.com/karthink/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 arm64" fi LICENSE="GPL-3"