diff options
-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 )" |