diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-05-21 07:16:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-05-21 07:16:51 +0000 |
commit | 264aa1634f8d6b4bd0c1a44a5041e45229d72e76 (patch) | |
tree | 151588e1051df569b6eab21597a2a853cf59dfb8 /dev-ml/ocaml-ctypes | |
parent | remove old (diff) | |
download | gentoo-2-264aa1634f8d6b4bd0c1a44a5041e45229d72e76.tar.gz gentoo-2-264aa1634f8d6b4bd0c1a44a5041e45229d72e76.tar.bz2 gentoo-2-264aa1634f8d6b4bd0c1a44a5041e45229d72e76.zip |
raise ocaml dep to 4, bug #550010
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-ctypes/ChangeLog b/dev-ml/ocaml-ctypes/ChangeLog index 0cf312407976..18c3ce98eb27 100644 --- a/dev-ml/ocaml-ctypes/ChangeLog +++ b/dev-ml/ocaml-ctypes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-ctypes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.5 2015/05/21 07:14:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.6 2015/05/21 07:16:51 aballier Exp $ + + 21 May 2015; Alexis Ballier <aballier@gentoo.org> ocaml-ctypes-0.4.1.ebuild: + raise ocaml dep to 4, bug #550010 21 May 2015; Alexis Ballier <aballier@gentoo.org> -ocaml-ctypes-0.4.0.ebuild: remove old diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild index e2c071269bce..662c7b743b95 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.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/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild,v 1.1 2015/04/10 15:28:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild,v 1.2 2015/05/21 07:16:51 aballier Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm" IUSE="" RDEPEND=" - dev-lang/ocaml:= + >=dev-lang/ocaml-4:= virtual/libffi " DEPEND="${RDEPEND}" |