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 AA13113832F for ; Fri, 12 Aug 2016 11:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C355821C0A2; Fri, 12 Aug 2016 11:05:25 +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 510D821C102 for ; Fri, 12 Aug 2016 11:05:25 +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 E5AD533BF41 for ; Fri, 12 Aug 2016 11:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43C542456 for ; Fri, 12 Aug 2016 11:05:22 +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: <1470999833.05a6452be2dc445aa7782f9a219bf74c744f7e84.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/coq/coq-8.5_p2.ebuild X-VCS-Directories: sci-mathematics/coq/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 05a6452be2dc445aa7782f9a219bf74c744f7e84 X-VCS-Branch: master Date: Fri, 12 Aug 2016 11:05:22 +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: 71a91c7a-8c71-49a8-a071-94ed64c5f090 X-Archives-Hash: 05591c9a384be948398d04b8c8a69e7c commit: 05a6452be2dc445aa7782f9a219bf74c744f7e84 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 12 10:25:25 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 12 11:03:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a6452b sci-mathematics/coq: drop ocaml 4.03 patch; it is not needed anymore. Package-Manager: portage-2.3.0 sci-mathematics/coq/coq-8.5_p2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-mathematics/coq/coq-8.5_p2.ebuild b/sci-mathematics/coq/coq-8.5_p2.ebuild index 451f2d3..5e04286 100644 --- a/sci-mathematics/coq/coq-8.5_p2.ebuild +++ b/sci-mathematics/coq/coq-8.5_p2.ebuild @@ -39,7 +39,6 @@ S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}/${PN}-8.5-do-not-install-revision.patch" epatch "${FILESDIR}/${PN}-8.4_p5-no-clean-before-test.patch" - has_version '>=dev-lang/ocaml-4.03' && epatch "${FILESDIR}/oc43.patch" } src_configure() {