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 380C61384B4 for ; Thu, 12 Nov 2015 11:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3362521C20E; Thu, 12 Nov 2015 11:21:47 +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 CACE621C20E for ; Thu, 12 Nov 2015 11:21:46 +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 131763406F2 for ; Thu, 12 Nov 2015 11:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360992337 for ; Thu, 12 Nov 2015 11:21:40 +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: <1447327295.2f7b4b13fe703fa2edb610c79ce0f3b6ddfaca05.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: 2f7b4b13fe703fa2edb610c79ce0f3b6ddfaca05 X-VCS-Branch: master Date: Thu, 12 Nov 2015 11:21:40 +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: 41da07f8-1b11-4d1c-b14b-d4212297fd82 X-Archives-Hash: ea8a958ce0f49646f552e0c51eb57a37 commit: 2f7b4b13fe703fa2edb610c79ce0f3b6ddfaca05 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Nov 12 11:21:18 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Nov 12 11:21:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7b4b13 dev-ml/camlp5: ppc stable wrt bug #463018 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" 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 24cabec..30e029a 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?]"