From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-935093-garchives=archives.gentoo.org@lists.gentoo.org>
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 18166139694
	for <garchives@archives.gentoo.org>; Mon, 27 Feb 2017 08:24:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 79E1BE0CC7;
	Mon, 27 Feb 2017 08:24:28 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 58F5EE0CC7
	for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 08:24:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 85E57340EF6
	for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 08:24:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 512765633
	for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 08:24:24 +0000 (UTC)
From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" <ago@gentoo.org>
Message-ID: <1488183793.5e3c42dba6d97d8ca0ae37ca6613f8a29914ad9f.ago@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.31-r1.ebuild
X-VCS-Directories: app-emacs/ebuild-mode/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: 5e3c42dba6d97d8ca0ae37ca6613f8a29914ad9f
X-VCS-Branch: master
Date: Mon, 27 Feb 2017 08:24:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 311ad14a-bf47-48b0-96b6-748ed01f6a87
X-Archives-Hash: 2edbe5ba3ee6f2548b2eda8aa9b33444

commit:     5e3c42dba6d97d8ca0ae37ca6613f8a29914ad9f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 08:23:13 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 08:23:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3c42db

app-emacs/ebuild-mode: amd64 stable wrt bug #611020

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
index 46ee505a33..eb191da603 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
@@ -12,7 +12,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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 DOCS="ChangeLog keyword-generation.sh"
 ELISP_PATCHES="${P}-id.patch"