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 812BF138334 for ; Wed, 4 Dec 2019 06:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6CE9E0855; Wed, 4 Dec 2019 06:32:53 +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 9FCC7E0855 for ; Wed, 4 Dec 2019 06:32:53 +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 98A5234D7A5 for ; Wed, 4 Dec 2019 06:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D6438C8 for ; Wed, 4 Dec 2019 06:32:50 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1575441165.9f4a50db500d1767f90246a2ec7b6b64b8a5cdb2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/with-editor/with-editor-2.8.0.ebuild app-emacs/with-editor/with-editor-2.8.3.ebuild X-VCS-Directories: app-emacs/with-editor/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9f4a50db500d1767f90246a2ec7b6b64b8a5cdb2 X-VCS-Branch: master Date: Wed, 4 Dec 2019 06:32:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4e656c9-ced1-4f4e-ab3a-9673dd20e2cc X-Archives-Hash: 6f76219610d6cb479a70e9ab39f6c609 commit: 9f4a50db500d1767f90246a2ec7b6b64b8a5cdb2 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 4 06:27:03 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 4 06:32:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4a50db app-emacs/with-editor: add ~arm64 going forward Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> app-emacs/with-editor/with-editor-2.8.0.ebuild | 4 ++-- app-emacs/with-editor/with-editor-2.8.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/with-editor/with-editor-2.8.0.ebuild b/app-emacs/with-editor/with-editor-2.8.0.ebuild index ee9c6f1d011..c5ffebb7e4b 100644 --- a/app-emacs/with-editor/with-editor-2.8.0.ebuild +++ b/app-emacs/with-editor/with-editor-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="*.texi" diff --git a/app-emacs/with-editor/with-editor-2.8.3.ebuild b/app-emacs/with-editor/with-editor-2.8.3.ebuild index f7155f29d71..9636c08d57c 100644 --- a/app-emacs/with-editor/with-editor-2.8.3.ebuild +++ b/app-emacs/with-editor/with-editor-2.8.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="*.texi"