diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-14 19:53:23 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-14 19:53:23 +0200 |
commit | 71c6495e186c6a182902c2efab679b11c1ab1817 (patch) | |
tree | 0998e95feed0feb1a0127063e683863043f42aab /app-emacs/go-mode | |
parent | app-emacs/evil: Keyword 1.14.2 arm64, #922064 (diff) | |
download | gentoo-71c6495e186c6a182902c2efab679b11c1ab1817.tar.gz gentoo-71c6495e186c6a182902c2efab679b11c1ab1817.tar.bz2 gentoo-71c6495e186c6a182902c2efab679b11c1ab1817.zip |
app-emacs/go-mode: Keyword 1.6.0 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/go-mode')
-rw-r--r-- | app-emacs/go-mode/go-mode-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/go-mode/go-mode-1.6.0.ebuild b/app-emacs/go-mode/go-mode-1.6.0.ebuild index b87cebc4ea7c..df816afc4593 100644 --- a/app-emacs/go-mode/go-mode-1.6.0.ebuild +++ b/app-emacs/go-mode/go-mode-1.6.0.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 @@ -17,7 +17,7 @@ SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" ELISP_REMOVE="test/go-fill-paragraph-test.el" |