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 A5C941384B4 for ; Tue, 10 Nov 2015 12:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0BE821C007; Tue, 10 Nov 2015 12:01:34 +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 3677321C004 for ; Tue, 10 Nov 2015 12:01:34 +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 1A5B833FFDD for ; Tue, 10 Nov 2015 12:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E5C32417 for ; Tue, 10 Nov 2015 12:01:31 +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: <1447156874.abb431df67b44147e5a81978f98377ae836d4b90.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: abb431df67b44147e5a81978f98377ae836d4b90 X-VCS-Branch: master Date: Tue, 10 Nov 2015 12:01:31 +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: 1c6db6fb-48a7-466c-b199-a8fdd49721a7 X-Archives-Hash: 17d3bf9938a5970f6a2d511e263e17cc commit: abb431df67b44147e5a81978f98377ae836d4b90 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 10 12:01:14 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 10 12:01:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb431df dev-ml/camlp5: amd64 stable wrt bug #463018 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" 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 4fcf3b9..ec4e37a 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?]"