diff options
author | 2024-01-14 19:53:18 +0200 | |
---|---|---|
committer | 2024-01-14 19:53:18 +0200 | |
commit | 6ae31861daf1aec89c975b2686a7b3e953f723c2 (patch) | |
tree | 9815733fd0a166d9c522868da4418674f37e9512 /app-emacs | |
parent | app-emacs/auctex: Keyword 13.2 arm64, #922064 (diff) | |
download | gentoo-6ae31861daf1aec89c975b2686a7b3e953f723c2.tar.gz gentoo-6ae31861daf1aec89c975b2686a7b3e953f723c2.tar.bz2 gentoo-6ae31861daf1aec89c975b2686a7b3e953f723c2.zip |
app-emacs/autothemer: Keyword 0.2.18 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/autothemer/autothemer-0.2.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/autothemer/autothemer-0.2.18.ebuild b/app-emacs/autothemer/autothemer-0.2.18.ebuild index 93707e88932c..fd18c4fa1fd5 100644 --- a/app-emacs/autothemer/autothemer-0.2.18.ebuild +++ b/app-emacs/autothemer/autothemer-0.2.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-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 # Recompressed from NonGNU ELPA. SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" ELISP_REMOVE="${PN}-pkg.el" fi |