diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-14 19:53:32 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-14 19:53:32 +0200 |
commit | 8f279dda8bfb665f73e75f7a695415df4691aaed (patch) | |
tree | 891a2d1df13315f7398b2d376c0e170b77baec60 /app-emacs/rust-mode | |
parent | app-emacs/meson-mode: Keyword 0.3 arm64, #922064 (diff) | |
download | gentoo-8f279dda8bfb665f73e75f7a695415df4691aaed.tar.gz gentoo-8f279dda8bfb665f73e75f7a695415df4691aaed.tar.bz2 gentoo-8f279dda8bfb665f73e75f7a695415df4691aaed.zip |
app-emacs/rust-mode: Keyword 1.0.5 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/rust-mode')
-rw-r--r-- | app-emacs/rust-mode/rust-mode-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild index 32ca2edbbb59..ad4ba5f74a17 100644 --- a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild +++ b/app-emacs/rust-mode/rust-mode-1.0.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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/rust-lang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="|| ( MIT Apache-2.0 )" |