summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-01-26 14:01:18 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-01-26 14:01:18 +0000
commit6fe10834a90ea5bfeafdc66826793e1a6128e386 (patch)
treec7970be4907fd1881db169a218367e9a77c15e4a /dev-ml
parentRemove old. (diff)
downloadgentoo-2-6fe10834a90ea5bfeafdc66826793e1a6128e386.tar.gz
gentoo-2-6fe10834a90ea5bfeafdc66826793e1a6128e386.tar.bz2
gentoo-2-6fe10834a90ea5bfeafdc66826793e1a6128e386.zip
fix tests with upstream help
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/uutf/ChangeLog5
-rw-r--r--dev-ml/uutf/uutf-0.9.4.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/uutf/ChangeLog b/dev-ml/uutf/ChangeLog
index 8791a9cec926..bb0ba570930c 100644
--- a/dev-ml/uutf/ChangeLog
+++ b/dev-ml/uutf/ChangeLog
@@ -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 <aballier@gentoo.org> uutf-0.9.4.ebuild:
+ fix tests with upstream help
*uutf-0.9.4 (26 Jan 2015)
diff --git a/dev-ml/uutf/uutf-0.9.4.ebuild b/dev-ml/uutf/uutf-0.9.4.ebuild
index 7494c84c3a5f..abce284199ad 100644
--- a/dev-ml/uutf/uutf-0.9.4.ebuild
+++ b/dev-ml/uutf/uutf-0.9.4.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/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 @@ IUSE="utftrip +ocamlopt doc"
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_compile() {
src_test() {
if use ocamlopt ; then
- ocamlbuild tests.otarget || die
+ ocamlbuild -use-ocamlfind tests.otarget || die
cd _build/test || die
./test.native || die
else