commit: 82e16494509465be56b73ed17253dbd3ed7ef84f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 17:53:24 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:53:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e16494
app-emacs/haskell-mode: Keyword 17.5 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/haskell-mode/haskell-mode-17.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/haskell-mode/haskell-mode-17.5.ebuild
b/app-emacs/haskell-mode/haskell-mode-17.5.ebuild
index 3398482d5f87..1294d64f5a26 100644
--- a/app-emacs/haskell-mode/haskell-mode-17.5.ebuild
+++ b/app-emacs/haskell-mode/haskell-mode-17.5.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
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/haskell/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="GPL-3+ FDL-1.2+"