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 31D9C1384B4 for ; Mon, 2 Nov 2015 12:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0FDCE088B; Mon, 2 Nov 2015 12:06:22 +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 5280FE088B for ; Mon, 2 Nov 2015 12:06:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C1E633F9D2 for ; Mon, 2 Nov 2015 12:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C541E54 for ; Mon, 2 Nov 2015 12:06:13 +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: <1446465962.6972f09aa5256b758550170b0c1a6931b82d7647.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild X-VCS-Directories: dev-ml/ocaml-ctypes/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6972f09aa5256b758550170b0c1a6931b82d7647 X-VCS-Branch: master Date: Mon, 2 Nov 2015 12:06:13 +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: 3b34aa48-16ce-44eb-8bd5-4d07413f4f40 X-Archives-Hash: dcf0eed175caf9f100b047f3230fb774 commit: 6972f09aa5256b758550170b0c1a6931b82d7647 Author: Alexis Ballier gentoo org> AuthorDate: Mon Nov 2 12:06:02 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Nov 2 12:06:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6972f09a dev-ml/ocaml-ctypes: Bump ocaml dep to one providing bytes. Bug #563446. Package-Manager: portage-2.2.23 .../{ocaml-ctypes-0.4.1.ebuild => ocaml-ctypes-0.4.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild similarity index 94% rename from dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild rename to dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild index ee69482..8ebc7be 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="test" RDEPEND=" - >=dev-lang/ocaml-4:=[ocamlopt] + >=dev-lang/ocaml-4.02:=[ocamlopt] virtual/libffi " DEPEND="${RDEPEND}