diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:57:23 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:57:23 +0000 |
commit | c7c645525804d5fa6d530cda2b7d0a9de8a8c0d8 (patch) | |
tree | c5dcbcdeedecea4fc5fc6f462fa4ac5bba891185 /dev-ml/pxp | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-c7c645525804d5fa6d530cda2b7d0a9de8a8c0d8.tar.gz gentoo-2-c7c645525804d5fa6d530cda2b7d0a9de8a8c0d8.tar.bz2 gentoo-2-c7c645525804d5fa6d530cda2b7d0a9de8a8c0d8.zip |
update deps for ocaml 4.02
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/pxp')
-rw-r--r-- | dev-ml/pxp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.2.4.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ml/pxp/ChangeLog b/dev-ml/pxp/ChangeLog index aadbd8b0d251..b7f58a724ea9 100644 --- a/dev-ml/pxp/ChangeLog +++ b/dev-ml/pxp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pxp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.36 2014/01/18 18:40:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.37 2014/11/28 17:57:23 aballier Exp $ + + 28 Nov 2014; Alexis Ballier <aballier@gentoo.org> pxp-1.2.4.ebuild: + update deps for ocaml 4.02 18 Jan 2014; Pacho Ramos <pacho@gentoo.org> pxp-1.2.4.ebuild: amd64 stable, bug #492060 diff --git a/dev-ml/pxp/pxp-1.2.4.ebuild b/dev-ml/pxp/pxp-1.2.4.ebuild index 11950006f4ea..8d23da0bb338 100644 --- a/dev-ml/pxp/pxp-1.2.4.ebuild +++ b/dev-ml/pxp/pxp-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.2.4.ebuild,v 1.3 2014/01/18 18:40:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.2.4.ebuild,v 1.4 2014/11/28 17:57:23 aballier Exp $ EAPI="5" @@ -17,9 +17,10 @@ KEYWORDS="amd64 ~ppc x86" SLOT="0/${PV}" DEPEND=">=dev-ml/pcre-ocaml-4.31:= ->=dev-ml/ulex-0.5:= ->=dev-ml/ocamlnet-0.98:= ->=dev-lang/ocaml-3.10.2:=[ocamlopt?]" + >=dev-ml/ulex-0.5:= + >=dev-ml/ocamlnet-0.98:= + >=dev-lang/ocaml-3.10.2:=[ocamlopt?] + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" IUSE="examples +ocamlopt" |