diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-26 14:32:35 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-26 14:32:35 -0400 |
commit | 1c76903e73a908b6d56e9a00c80000f38b76bbbe (patch) | |
tree | d905797f3c16b23ce10cee03fed59dcedaa05501 /app-emacs/lua-mode | |
parent | app-emacs/with-editor: arm64 stable (diff) | |
download | gentoo-1c76903e73a908b6d56e9a00c80000f38b76bbbe.tar.gz gentoo-1c76903e73a908b6d56e9a00c80000f38b76bbbe.tar.bz2 gentoo-1c76903e73a908b6d56e9a00c80000f38b76bbbe.zip |
app-emacs/lua-mode: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'app-emacs/lua-mode')
-rw-r--r-- | app-emacs/lua-mode/lua-mode-20130419.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/lua-mode/lua-mode-20130419.ebuild b/app-emacs/lua-mode/lua-mode-20130419.ebuild index aa0543fbc7ac..5b0b0ca80f04 100644 --- a/app-emacs/lua-mode/lua-mode-20130419.ebuild +++ b/app-emacs/lua-mode/lua-mode-20130419.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/immerrr/${PN}/archive/rel-${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}-rel-${PV}" SITEFILE="50${PN}-gentoo.el" |