diff options
author | 2015-03-05 17:30:58 +0000 | |
---|---|---|
committer | 2015-03-05 17:30:58 +0000 | |
commit | 3d3514cdbf4ead8c761667359cf812d6ff4e0cba (patch) | |
tree | ca2620ffc9a8792e4a41c4b407814e54f63df057 /dev-ml/camlp4 | |
parent | remove old (diff) | |
download | gentoo-2-3d3514cdbf4ead8c761667359cf812d6ff4e0cba.tar.gz gentoo-2-3d3514cdbf4ead8c761667359cf812d6ff4e0cba.tar.bz2 gentoo-2-3d3514cdbf4ead8c761667359cf812d6ff4e0cba.zip |
block old ocaml versions
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/camlp4')
-rw-r--r-- | dev-ml/camlp4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp4/camlp4-4.02.1_p2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ml/camlp4/ChangeLog b/dev-ml/camlp4/ChangeLog index 2b638c6856ea..4eceb37a5146 100644 --- a/dev-ml/camlp4/ChangeLog +++ b/dev-ml/camlp4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp4 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.4 2015/03/05 17:28:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/ChangeLog,v 1.5 2015/03/05 17:30:58 aballier Exp $ + + 05 Mar 2015; Alexis Ballier <aballier@gentoo.org> camlp4-4.02.1_p2.ebuild: + block old ocaml versions 05 Mar 2015; Alexis Ballier <aballier@gentoo.org> -camlp4-4.02.0_p1-r1.ebuild: diff --git a/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild b/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild index d027b123810e..07647be0c05a 100644 --- a/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild +++ b/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild,v 1.1 2015/01/30 13:14:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp4/camlp4-4.02.1_p2.ebuild,v 1.2 2015/03/05 17:30:58 aballier Exp $ EAPI=5 @@ -18,6 +18,7 @@ IUSE="+ocamlopt" DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" RDEPEND="${DEPEND} + !<dev-lang/ocaml-4.02 !<dev-ml/findlib-1.5.5-r1" S=${WORKDIR}/${P/_p/-} |