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 | a8f5b25521b37ea7539bfd2450d6fabc84ff5912 (patch) | |
tree | 89829e132e2b1115ee66d2a1b383f27da694fc96 /app-emacs/evil | |
parent | app-emacs/undo-tree: Keyword 0.8.2-r1 arm64, #922064 (diff) | |
download | gentoo-a8f5b25521b37ea7539bfd2450d6fabc84ff5912.tar.gz gentoo-a8f5b25521b37ea7539bfd2450d6fabc84ff5912.tar.bz2 gentoo-a8f5b25521b37ea7539bfd2450d6fabc84ff5912.zip |
app-emacs/evil: Keyword 1.14.2 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/evil')
-rw-r--r-- | app-emacs/evil/evil-1.14.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/evil/evil-1.14.2.ebuild b/app-emacs/evil/evil-1.14.2.ebuild index 47eafb05cf83..96690f31134a 100644 --- a/app-emacs/evil/evil-1.14.2.ebuild +++ b/app-emacs/evil/evil-1.14.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 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/emacs-evil/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3+ FDL-1.3+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" RESTRICT="test" RDEPEND=">=app-emacs/undo-tree-0.6.3" |