aballier 15/05/21 07:27:10 Modified: ocaml-ctypes-0.4.1.ebuild ChangeLog Log: ocamlopt is needed for ctypes, bug #550014 Signed-off-by: Alexis Ballier <[email protected]> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.3 dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild?r1=1.2&r2=1.3 Index: ocaml-ctypes-0.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ocaml-ctypes-0.4.1.ebuild 21 May 2015 07:16:51 -0000 1.2 +++ ocaml-ctypes-0.4.1.ebuild 21 May 2015 07:27:10 -0000 1.3 @@ -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.2 2015/05/21 07:16:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild,v 1.3 2015/05/21 07:27:10 aballier Exp $ EAPI=5 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" - >=dev-lang/ocaml-4:= + >=dev-lang/ocaml-4:=[ocamlopt] virtual/libffi " DEPEND="${RDEPEND}" 1.7 dev-ml/ocaml-ctypes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 21 May 2015 07:16:51 -0000 1.6 +++ ChangeLog 21 May 2015 07:27:10 -0000 1.7 @@ -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.6 2015/05/21 07:16:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.7 2015/05/21 07:27:10 aballier Exp $ + + 21 May 2015; Alexis Ballier <[email protected]> ocaml-ctypes-0.4.1.ebuild: + ocamlopt is needed for ctypes, bug #550014 21 May 2015; Alexis Ballier <[email protected]> ocaml-ctypes-0.4.1.ebuild: raise ocaml dep to 4, bug #550010
