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 5DF95139695 for ; Tue, 28 Feb 2017 22:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B15E0CAD; Tue, 28 Feb 2017 22:11:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 51EA0E0CAD for ; Tue, 28 Feb 2017 22:11:34 +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 3FA3334169D for ; Tue, 28 Feb 2017 22:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B02257F5 for ; Tue, 28 Feb 2017 22:11:31 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1488319885.fec43b3300ee033a2a8da19ca74e81231d9df9a8.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fec43b3300ee033a2a8da19ca74e81231d9df9a8 X-VCS-Branch: master Date: Tue, 28 Feb 2017 22:11:31 +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: 79d01cb5-198d-4dd7-92eb-7bef333eec5f X-Archives-Hash: 942205548b5065fe39aa529999bfd3a2 commit: fec43b3300ee033a2a8da19ca74e81231d9df9a8 Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 28 22:08:48 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 28 22:11:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec43b33 app-emacs/ebuild-mode: Mark remaining architectures as stable. Bug: 611020 Package-Manager: Portage-2.3.3, Repoman-2.3.1 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 346c2990eb0..b5105be0ca5 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.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 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"