From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CEBBE59CA2 for ; Sat, 13 Feb 2016 15:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EAB9E07DF; Sat, 13 Feb 2016 15:18:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6274E07DF for ; Sat, 13 Feb 2016 15:18:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66A72340BE0 for ; Sat, 13 Feb 2016 15:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2DE8E9 for ; Sat, 13 Feb 2016 15:18:49 +0000 (UTC) From: "Agostino Sarubbo" 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" Message-ID: <1455376721.404a03bed69d1d461695c9c74d06a97df935ee7c.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.4.ebuild X-VCS-Directories: app-emacs/mmm-mode/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 404a03bed69d1d461695c9c74d06a97df935ee7c X-VCS-Branch: master Date: Sat, 13 Feb 2016 15:18:49 +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: 009befc1-0558-4e43-a8c7-e4cf00014377 X-Archives-Hash: df7a821060f1b764dc8042a440986989 commit: 404a03bed69d1d461695c9c74d06a97df935ee7c Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Feb 13 15:18:41 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Feb 13 15:18:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404a03be app-emacs/mmm-mode: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #573532 Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo gentoo.org> app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild index e453931..c14b972 100644 --- a/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild +++ b/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild @@ -12,7 +12,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" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="mmm.texinfo"