commit: 67422dccaa4eea9c8bec197b5aa3448f605ad523
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 11:49:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 11:49:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67422dcc
mail-client/mutt-wizard: Stabilize 3.3.1 arm64, #917048
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 29da5748fc61..ae1ed94a4420 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-2023 Gentoo Authors
+# Copyright 2019-2025 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 arm64 x86"
fi
LICENSE="GPL-3"