diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-05-17 15:36:41 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-04 21:57:08 +0300 |
commit | ee607a74b395f714a060332a0c22cec5f07d86fc (patch) | |
tree | 07cbe5a48d5c3dc6f7583828c5df8991b6d94b68 /app-emacs/ebuild-mode | |
parent | app-emulation/docker: add ~arm64 keyword (diff) | |
download | gentoo-ee607a74b395f714a060332a0c22cec5f07d86fc.tar.gz gentoo-ee607a74b395f714a060332a0c22cec5f07d86fc.tar.bz2 gentoo-ee607a74b395f714a060332a0c22cec5f07d86fc.zip |
app-emacs/ebuild-mode: add ~arm64 keyword
Arguably most app-emacs packages should be keyworded for all
architectures that can run emacs as the code is portable lisp.
Diffstat (limited to 'app-emacs/ebuild-mode')
-rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild index eb98435ed6c5..f36b2533c5f9 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" DEPEND="sys-apps/texinfo" |