From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA7A6139697 for ; Thu, 9 Mar 2017 21:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6CB3E0C44; Thu, 9 Mar 2017 21:31:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F4F3E0C44 for ; Thu, 9 Mar 2017 21:31:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 706E03416D7 for ; Thu, 9 Mar 2017 21:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02833629E for ; Thu, 9 Mar 2017 21:31:47 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1489095099.3fec2a7acddbbdec357028f1d89eea52050ffbb4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlzip/camlzip-1.07.ebuild X-VCS-Directories: dev-ml/camlzip/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3fec2a7acddbbdec357028f1d89eea52050ffbb4 X-VCS-Branch: master Date: Thu, 9 Mar 2017 21:31:47 +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: 5a3603ba-34c3-434a-a4cb-4f41c443935a X-Archives-Hash: fb35e140a6be7585f011fa67d3ae9c61 commit: 3fec2a7acddbbdec357028f1d89eea52050ffbb4 Author: Alexis Ballier gentoo org> AuthorDate: Thu Mar 9 20:43:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 9 21:31:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fec2a7a dev-ml/camlzip: keyword ~arm Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ml/camlzip/camlzip-1.07.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camlzip/camlzip-1.07.ebuild b/dev-ml/camlzip/camlzip-1.07.ebuild index 28dfe886021..78c91d3151d 100644 --- a/dev-ml/camlzip/camlzip-1.07.ebuild +++ b/dev-ml/camlzip/camlzip-1.07.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(delete_all_version_ SLOT="1/${PV}" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?] >=sys-libs/zlib-1.1.3"