From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-845673-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id ED3771384B4
	for <garchives@archives.gentoo.org>; Wed, 11 Nov 2015 09:54:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C489C21C05B;
	Wed, 11 Nov 2015 09:54:19 +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 406DD21C049
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Nov 2015 09:54:18 +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 8B151340656
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Nov 2015 09:54:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E0A882426
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Nov 2015 09:54:12 +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: <1447235635.fc73c6930b2da2041770f5734acb75412525131d.ago@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/camlp5/camlp5-6.14.ebuild
X-VCS-Directories: dev-ml/camlp5/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: fc73c6930b2da2041770f5734acb75412525131d
X-VCS-Branch: master
Date: Wed, 11 Nov 2015 09:54:12 +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: 6965207c-0dfe-4e4b-9a83-ccb76431a032
X-Archives-Hash: 9bf14bc7c71754f5176dd6a31406f102

commit:     fc73c6930b2da2041770f5734acb75412525131d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 09:53:55 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 09:53:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc73c693

dev-ml/camlp5: x86 stable wrt bug #463018

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-ml/camlp5/camlp5-6.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camlp5/camlp5-6.14.ebuild b/dev-ml/camlp5/camlp5-6.14.ebuild
index ec4e37a..24cabec 100644
--- a/dev-ml/camlp5/camlp5-6.14.ebuild
+++ b/dev-ml/camlp5/camlp5-6.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 IUSE="doc +ocamlopt"
 
 DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"