From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1536452-garchives=archives.gentoo.org@lists.gentoo.org> 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 6CFB615800D for <garchives@archives.gentoo.org>; Mon, 10 Jul 2023 07:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB304E0899; Mon, 10 Jul 2023 07:46:51 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92DBBE0899 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Jul 2023 07:46:51 +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 B58F4335D02 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Jul 2023 07:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 526F2A99 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Jul 2023 07:46:49 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1688975196.b30b2bef4afa6d625b1d3eb40cf207deaa29218e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild X-VCS-Directories: mail-client/mutt-wizard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b30b2bef4afa6d625b1d3eb40cf207deaa29218e X-VCS-Branch: master Date: Mon, 10 Jul 2023 07:46:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 817f2a95-d3db-4340-94ac-0e3b00c07672 X-Archives-Hash: 316df49d2c01fc5f2a09480b0f4b9df1 commit: b30b2bef4afa6d625b1d3eb40cf207deaa29218e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 10 07:46:36 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 10 07:46:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30b2bef mail-client/mutt-wizard: Stabilize 3.3.1 amd64, #910162 Signed-off-by: Sam James <sam <AT> gentoo.org> mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild index 29ac2070ab81..eca80ecc8bd5 100644 --- a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild +++ b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/LukeSmithxyz/mutt-wizard.git" else SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3"