Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocamldap/files: ocaml-4.02.patch
Date: Mon, 01 Dec 2014 09:05:25
Message-Id: 20141201090520.1A163B46D@oystercatcher.gentoo.org
1 aballier 14/12/01 09:05:20
2
3 Added: ocaml-4.02.patch
4 Log:
5 import ocaml 4.02 fix from opam
6
7 Signed-off-by: aballier@g.o
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.1 dev-ml/ocamldap/files/ocaml-4.02.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/files/ocaml-4.02.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/files/ocaml-4.02.patch?rev=1.1&content-type=text/plain
15
16 Index: ocaml-4.02.patch
17 ===================================================================
18 diff --git a/src/ldap_ooclient.ml b/src/ldap_ooclient.ml
19 index 79fd51d..7ffa39e 100644
20 --- a/src/ldap_ooclient.ml
21 +++ b/src/ldap_ooclient.ml
22 @@ -23,7 +23,7 @@
23 open Ldap_types
24 open Ldap_funclient
25 open Ldap_schemaparser
26 -open String
27 +let lowercase = String.lowercase
28
29 (* types used throughout the library *)
30 (* add types *)