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 05ABB1388C1 for ; Thu, 3 Mar 2016 13:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EB6E21C00A; 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 BBB8421C006 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 72638340BD0 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 47AF314CE 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: <1457011972.86ad5a0e551a7299c4eee12a5a5848024584d958.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.05.ebuild X-VCS-Directories: dev-ml/camlzip/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 86ad5a0e551a7299c4eee12a5a5848024584d958 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: 7a19c4d6-621f-4508-a5ec-9f8dd814569b X-Archives-Hash: 111b394013f65b8f2fd9183dcab719e8 commit: 86ad5a0e551a7299c4eee12a5a5848024584d958 Author: Alexis Ballier gentoo org> AuthorDate: Thu Mar 3 13:32:45 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 3 13:32:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ad5a0e dev-ml/camlzip: 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/camlzip/camlzip-1.05.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camlzip/camlzip-1.05.ebuild b/dev-ml/camlzip/camlzip-1.05.ebuild index bbd81fc..f95082e 100644 --- a/dev-ml/camlzip/camlzip-1.05.ebuild +++ b/dev-ml/camlzip/camlzip-1.05.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] DEPEND="${RDEPEND}" src_prepare() { - epatch "${FILESDIR}/ocaml-4.03.patch" + has_version '>=dev-lang/ocaml-4.03.0_beta1' && epatch "${FILESDIR}/ocaml-4.03.patch" } src_compile() {