diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:50:56 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-28 17:50:56 +0000 |
commit | 4a5af89376b7a0eabec9d034904ad9ef78b9caad (patch) | |
tree | 59c2cb215bcde31dca3656cd022cbdeec2051f86 /dev-ml/typehashlib | |
parent | update deps for ocaml 4.02 (diff) | |
download | gentoo-2-4a5af89376b7a0eabec9d034904ad9ef78b9caad.tar.gz gentoo-2-4a5af89376b7a0eabec9d034904ad9ef78b9caad.tar.bz2 gentoo-2-4a5af89376b7a0eabec9d034904ad9ef78b9caad.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/typehashlib')
-rw-r--r-- | dev-ml/typehashlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/typehashlib/typehashlib-109.15.02.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-ml/typehashlib/ChangeLog b/dev-ml/typehashlib/ChangeLog index 1067653abaf2..ded7fcc996aa 100644 --- a/dev-ml/typehashlib/ChangeLog +++ b/dev-ml/typehashlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/typehashlib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.5 2013/08/19 14:01:20 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.6 2014/11/28 17:50:56 aballier Exp $ + + 28 Nov 2014; Alexis Ballier <aballier@gentoo.org> + typehashlib-109.15.02.ebuild: + update deps for ocaml 4.02 19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -typehashlib-109.11.00.ebuild, -typehashlib-109.14.00.ebuild, diff --git a/dev-ml/typehashlib/typehashlib-109.15.02.ebuild b/dev-ml/typehashlib/typehashlib-109.15.02.ebuild index 9ce6b110f156..6ee3506f7b42 100644 --- a/dev-ml/typehashlib/typehashlib-109.15.02.ebuild +++ b/dev-ml/typehashlib/typehashlib-109.15.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild,v 1.1 2013/05/24 17:18:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild,v 1.2 2014/11/28 17:50:56 aballier Exp $ EAPI="5" @@ -18,7 +18,8 @@ KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-lang/ocaml-4.00.0:= - >=dev-ml/type-conv-${PV}:=" + >=dev-ml/type-conv-${PV}:= + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |