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 19CFE1382C5 for ; Sat, 17 Mar 2018 10:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FF7EE0809; Sat, 17 Mar 2018 10:33:46 +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 DB497E0809 for ; Sat, 17 Mar 2018 10:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E90F335C8E for ; Sat, 17 Mar 2018 10:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFD96232 for ; Sat, 17 Mar 2018 10:33:42 +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: <1521282438.1f75883aa4ef3762a18bbf39ba50b26543871f77.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.42.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1f75883aa4ef3762a18bbf39ba50b26543871f77 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:33:42 +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: 3c071549-1ed6-4da4-89af-63dca12bd692 X-Archives-Hash: 876af7a2ec5dc49f94b0df92bf565074 commit: 1f75883aa4ef3762a18bbf39ba50b26543871f77 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 17 10:27:18 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 17 10:27:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f75883a app-emacs/ebuild-mode: Remaining arches stable by ALLARCHES policy. Bug: https://bugs.gentoo.org/649338 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild index 43c6b1b88a0..fe2cc074491 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.42.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.42.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" DEPEND="sys-apps/texinfo"