From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1115592-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 AA2D6138334 for <garchives@archives.gentoo.org>; Fri, 11 Oct 2019 12:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC930E07B3; Fri, 11 Oct 2019 12:08:14 +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 ACE0CE07B3 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Oct 2019 12:08:14 +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 58E4734BB39 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Oct 2019 12:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C081C82C for <gentoo-commits@lists.gentoo.org>; Fri, 11 Oct 2019 12:08:10 +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: <1570795676.e5586137779e39739834349802b6d5e1b44f503f.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mmm-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild X-VCS-Directories: app-emacs/mmm-mode/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e5586137779e39739834349802b6d5e1b44f503f X-VCS-Branch: master Date: Fri, 11 Oct 2019 12:08:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4d2eea2-4a6d-436b-a494-490d28cfe36b X-Archives-Hash: efb8e272053ebf53ee6efecf2a5085b3 commit: e5586137779e39739834349802b6d5e1b44f503f Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Fri Oct 11 12:07:56 2019 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Fri Oct 11 12:07:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5586137 app-emacs/mmm-mode: x86 stable wrt bug #697418 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild index de692e3a52f..fe75d18ddfa 100644 --- a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild +++ b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+ Texinfo-manual" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" BDEPEND="sys-apps/texinfo"