diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-08-12 12:25:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-08-12 13:03:53 +0200 |
commit | 05a6452be2dc445aa7782f9a219bf74c744f7e84 (patch) | |
tree | b38dfdf130b69dfa973a82dad94acb08d024f1c3 /sci-mathematics/coq | |
parent | dev-ml/ocamlnet: drop ocaml 4.03 patch; it is not needed anymore. (diff) | |
download | gentoo-05a6452be2dc445aa7782f9a219bf74c744f7e84.tar.gz gentoo-05a6452be2dc445aa7782f9a219bf74c744f7e84.tar.bz2 gentoo-05a6452be2dc445aa7782f9a219bf74c744f7e84.zip |
sci-mathematics/coq: drop ocaml 4.03 patch; it is not needed anymore.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r-- | sci-mathematics/coq/coq-8.5_p2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-mathematics/coq/coq-8.5_p2.ebuild b/sci-mathematics/coq/coq-8.5_p2.ebuild index 451f2d336f34..5e04286444d7 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() { |