From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87224138334 for ; Mon, 4 Jun 2018 19:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE4AE0BA4; Mon, 4 Jun 2018 19:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A78DBE0B73 for ; Mon, 4 Jun 2018 19:26:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0B0D335C91 for ; Mon, 4 Jun 2018 19:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A5D2CC for ; Mon, 4 Jun 2018 19:25:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1528138628.ee607a74b395f714a060332a0c22cec5f07d86fc.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ee607a74b395f714a060332a0c22cec5f07d86fc X-VCS-Branch: master Date: Mon, 4 Jun 2018 19:25:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 729c848f-cb4d-4f6d-95f6-be770215ec82 X-Archives-Hash: 7a61f0872ba44b516ff488d89b8cf268 commit: ee607a74b395f714a060332a0c22cec5f07d86fc Author: Alex Bennée linaro org> AuthorDate: Thu May 17 14:36:41 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jun 4 18:57:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee607a74 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. app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.43.ebuild index eb98435ed6c..f36b2533c5f 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"