aballier    15/01/26 14:01:18

  Modified:             ChangeLog uutf-0.9.4.ebuild
  Log:
  fix tests with upstream help
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.3                  dev-ml/uutf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/uutf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   26 Jan 2015 13:54:58 -0000      1.2
+++ ChangeLog   26 Jan 2015 14:01:18 -0000      1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/uutf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/uutf/ChangeLog,v 1.2 2015/01/26 
13:54:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/uutf/ChangeLog,v 1.3 2015/01/26 
14:01:18 aballier Exp $
+
+  26 Jan 2015; Alexis Ballier <aball...@gentoo.org> uutf-0.9.4.ebuild:
+  fix tests with upstream help
 
 *uutf-0.9.4 (26 Jan 2015)
 



1.2                  dev-ml/uutf/uutf-0.9.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild?r1=1.1&r2=1.2

Index: uutf-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uutf-0.9.4.ebuild   26 Jan 2015 13:54:58 -0000      1.1
+++ uutf-0.9.4.ebuild   26 Jan 2015 14:01:18 -0000      1.2
@@ -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/uutf/uutf-0.9.4.ebuild,v 1.1 
2015/01/26 13:54:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/uutf/uutf-0.9.4.ebuild,v 1.2 
2015/01/26 14:01:18 aballier Exp $
 
 EAPI="5"
 
@@ -18,8 +18,6 @@
 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
        utftrip? ( dev-ml/cmdliner:= )"
 DEPEND="${RDEPEND}"
-# https://github.com/dbuenzli/uutf/issues/3
-RESTRICT="test"
 
 src_compile() {
        ocaml pkg/build.ml \
@@ -31,7 +29,7 @@
 
 src_test() {
        if use ocamlopt ; then
-               ocamlbuild tests.otarget || die
+               ocamlbuild -use-ocamlfind tests.otarget || die
                cd _build/test || die
                ./test.native || die
        else




Reply via email to