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 4E58C58975 for ; Thu, 4 Feb 2016 17:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6729221C032; Thu, 4 Feb 2016 17:24:49 +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 B721D21C02E for ; Thu, 4 Feb 2016 17:24:48 +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 761E1340948 for ; Thu, 4 Feb 2016 17:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E50BCEC for ; Thu, 4 Feb 2016 17:24:45 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1454606636.2aba14aea6fe18d441ffc2369aa125d97f26a82c.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 2aba14aea6fe18d441ffc2369aa125d97f26a82c X-VCS-Branch: master Date: Thu, 4 Feb 2016 17:24:45 +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: 2bd2ed16-90e0-4800-a563-ab3ce1620fc4 X-Archives-Hash: cbfea912a74dde4e719269e718eeb6bb commit: 2aba14aea6fe18d441ffc2369aa125d97f26a82c Author: Tobias Klausmann gentoo org> AuthorDate: Thu Feb 4 17:23:56 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Feb 4 17:23:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aba14ae dev-ml/camlp5: add alpha keyword Gentoo-Bug: 463018 Package-Manager: portage-2.2.27 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 30e029a..1300c32 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="alpha amd64 ppc x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"