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 B51E51388C1 for ; Thu, 3 Mar 2016 13:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34EF621C006; Thu, 3 Mar 2016 13:33:57 +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 C285021C00A for ; Thu, 3 Mar 2016 13:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 63BD8340AE4 for ; Thu, 3 Mar 2016 13:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59CFC1607 for ; Thu, 3 Mar 2016 13:33:51 +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: <1457012016.d76b7fd61336782aa03f30aadd005b3b30b5efc9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlpdf/camlpdf-2.1.1.ebuild X-VCS-Directories: dev-ml/camlpdf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d76b7fd61336782aa03f30aadd005b3b30b5efc9 X-VCS-Branch: master Date: Thu, 3 Mar 2016 13:33:51 +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: 0c84ac7f-2646-4b54-83b6-b13fa080bf6d X-Archives-Hash: 0f45cf2a7faab6d4512f6febf40bd5c1 commit: d76b7fd61336782aa03f30aadd005b3b30b5efc9 Author: Alexis Ballier gentoo org> AuthorDate: Thu Mar 3 13:33:36 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 3 13:33:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76b7fd6 dev-ml/camlpdf: make ocaml 4.03 patch conditional as it breaks older ocaml Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/camlpdf/camlpdf-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camlpdf/camlpdf-2.1.1.ebuild b/dev-ml/camlpdf/camlpdf-2.1.1.ebuild index 8ba4979..fcd4491 100644 --- a/dev-ml/camlpdf/camlpdf-2.1.1.ebuild +++ b/dev-ml/camlpdf/camlpdf-2.1.1.ebuild @@ -20,7 +20,7 @@ RDEPEND="dev-lang/ocaml:=" DEPEND="${RDEPEND}" src_prepare() { - epatch "${FILESDIR}/ocaml43.patch" + has_version '>=dev-lang/ocaml-4.03.0_beta1' && epatch "${FILESDIR}/ocaml43.patch" } src_compile() {