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 8B6C815827B for ; Mon, 01 Sep 2025 17:34:29 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6C1CD335D8A for ; Mon, 01 Sep 2025 17:34:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4EE63110562; Mon, 01 Sep 2025 17:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 436EF110562 for ; Mon, 01 Sep 2025 17:34:28 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F08C1340821 for ; Mon, 01 Sep 2025 17:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7F23509 for ; Mon, 01 Sep 2025 17:34:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1756748037.4eb2d730482950b0fe4dc3ab1b22c663c12fe665.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/jinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/jinx/jinx-2.3.ebuild X-VCS-Directories: app-emacs/jinx/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4eb2d730482950b0fe4dc3ab1b22c663c12fe665 X-VCS-Branch: master Date: Mon, 01 Sep 2025 17:34:26 +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: c39ebc83-0465-461c-8373-7f374ed3d415 X-Archives-Hash: d85b5f48b41a1aba4232cbc17e4295e8 commit: 4eb2d730482950b0fe4dc3ab1b22c663c12fe665 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 1 17:33:57 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 1 17:33:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb2d730 app-emacs/jinx: Stabilize 2.3 amd64, #962218 Signed-off-by: Arthur Zamarin gentoo.org> app-emacs/jinx/jinx-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/jinx/jinx-2.3.ebuild b/app-emacs/jinx/jinx-2.3.ebuild index fcd7f6074591..165e74cbe87b 100644 --- a/app-emacs/jinx/jinx-2.3.ebuild +++ b/app-emacs/jinx/jinx-2.3.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+"