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 57F6215815E for ; Sat, 3 Feb 2024 08:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 841272BC02A; Sat, 3 Feb 2024 08:22:16 +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 6447E2BC02A for ; Sat, 3 Feb 2024 08:22:16 +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 5356634317D for ; Sat, 3 Feb 2024 08:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83C0314C7 for ; Sat, 3 Feb 2024 08:22:12 +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: <1706948517.f911b6191749da98c03fcef93f18b04c9b480181.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/consult/consult-1.1.ebuild X-VCS-Directories: app-emacs/consult/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f911b6191749da98c03fcef93f18b04c9b480181 X-VCS-Branch: master Date: Sat, 3 Feb 2024 08:22:12 +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: dc838cea-9105-4975-87ad-79c7c4eb368c X-Archives-Hash: 351339ffcdc12917c06e3fb11e2f11df commit: f911b6191749da98c03fcef93f18b04c9b480181 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 3 08:21:57 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 3 08:21:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f911b619 app-emacs/consult: Stabilize 1.1 ALLARCHES, #923640 Signed-off-by: Arthur Zamarin gentoo.org> app-emacs/consult/consult-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/consult/consult-1.1.ebuild b/app-emacs/consult/consult-1.1.ebuild index 7b1398601c9b..ec7220ffd0b6 100644 --- a/app-emacs/consult/consult-1.1.ebuild +++ b/app-emacs/consult/consult-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+"