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 37CB41396D9 for ; Sat, 4 Nov 2017 09:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F88EE0E47; Sat, 4 Nov 2017 09:53:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51789E0DEE for ; Sat, 4 Nov 2017 09:53:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6663341749 for ; Sat, 4 Nov 2017 09:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16390948B for ; Sat, 4 Nov 2017 09:53:34 +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: <1509788228.2b6ee9f51ff453f331330909c3eda859ad4c5220.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lablgtk/lablgtk-2.18.6.ebuild X-VCS-Directories: dev-ml/lablgtk/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2b6ee9f51ff453f331330909c3eda859ad4c5220 X-VCS-Branch: master Date: Sat, 4 Nov 2017 09:53:34 +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: 06f99fb1-a82f-47d6-b82a-f57087a6875c X-Archives-Hash: 28a6e65e288219aa21ea9223cd4d91c2 commit: 2b6ee9f51ff453f331330909c3eda859ad4c5220 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 31 12:58:28 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Nov 4 09:37:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6ee9f5 dev-ml/lablgtk: allow ocaml 4.06 beta too Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-ml/lablgtk/lablgtk-2.18.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/lablgtk/lablgtk-2.18.6.ebuild b/dev-ml/lablgtk/lablgtk-2.18.6.ebuild index 41df3e2388c..00e9bf7bcd9 100644 --- a/dev-ml/lablgtk/lablgtk-2.18.6.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.18.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://forge.ocamlcore.org/frs/download.php/1726/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception examples? ( lablgtk-examples )" RDEPEND=">=x11-libs/gtk+-2.10:2 - >=dev-lang/ocaml-4.06:=[ocamlopt?] + >=dev-lang/ocaml-4.06_beta:=[ocamlopt?] svg? ( >=gnome-base/librsvg-2.2:2 ) glade? ( >=gnome-base/libglade-2.0.1 ) gnomecanvas? ( >=gnome-base/libgnomecanvas-2.2 )