diff options
Diffstat (limited to 'app-emacs/yaml-mode')
-rw-r--r-- | app-emacs/yaml-mode/yaml-mode-0.0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.16.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.16.ebuild index 9ea1a7e92eb2..34bd8671bad9 100644 --- a/app-emacs/yaml-mode/yaml-mode-0.0.16.ebuild +++ b/app-emacs/yaml-mode/yaml-mode-0.0.16.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=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/yoshiki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" #S="${WORKDIR}/${PN}-release-${PV}" DOCS="README Changes" |