diff options
author | 2024-01-14 19:53:24 +0200 | |
---|---|---|
committer | 2024-01-14 19:53:24 +0200 | |
commit | 82e16494509465be56b73ed17253dbd3ed7ef84f (patch) | |
tree | e0831cf86f8ce5c656ca5a09a80af27403c15f97 /app-emacs | |
parent | app-emacs/go-mode: Keyword 1.6.0 arm64, #922064 (diff) | |
download | gentoo-82e16494509465be56b73ed17253dbd3ed7ef84f.tar.gz gentoo-82e16494509465be56b73ed17253dbd3ed7ef84f.tar.bz2 gentoo-82e16494509465be56b73ed17253dbd3ed7ef84f.zip |
app-emacs/haskell-mode: Keyword 17.5 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-17.5.ebuild | 4 |
1 files 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+" |