Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uutf/
Date: Fri, 15 Oct 2021 03:51:16
Message-Id: 1634269857.40365fd63074cbc81af8464450e84605ea12ec0d.sam@gentoo
1 commit: 40365fd63074cbc81af8464450e84605ea12ec0d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:50:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:50:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40365fd6
7
8 dev-ml/uutf: fix utftrip install
9
10 Closes: https://bugs.gentoo.org/799833
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/uutf/uutf-1.0.1.ebuild | 2 +-
14 dev-ml/uutf/uutf-1.0.2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild
18 index ca6cd4708b6..d182d94e70c 100644
19 --- a/dev-ml/uutf/uutf-1.0.1.ebuild
20 +++ b/dev-ml/uutf/uutf-1.0.1.ebuild
21 @@ -53,7 +53,7 @@ src_install() {
22 use ocamlopt && nativelibs="$(echo _build/src/uutf.cm{x,xa,xs} _build/src/uutf.a)"
23 ocamlfind install uutf _build/pkg/META _build/src/uutf.mli _build/src/uutf.cm{a,i} ${nativelibs} || die
24
25 - use utftrip && newbin utftrip.$(usex ocamlopt native byte) utftrip
26 + use utftrip && newbin _build/test/utftrip.$(usex ocamlopt native byte) utftrip
27 dodoc CHANGES.md README.md
28
29 if use doc ; then
30
31 diff --git a/dev-ml/uutf/uutf-1.0.2.ebuild b/dev-ml/uutf/uutf-1.0.2.ebuild
32 index 320c6dea77e..63f7a22d901 100644
33 --- a/dev-ml/uutf/uutf-1.0.2.ebuild
34 +++ b/dev-ml/uutf/uutf-1.0.2.ebuild
35 @@ -53,7 +53,7 @@ src_install() {
36 use ocamlopt && nativelibs="$(echo _build/src/uutf.cm{x,xa,xs} _build/src/uutf.a)"
37 ocamlfind install uutf _build/pkg/META _build/src/uutf.mli _build/src/uutf.cm{a,i} ${nativelibs} || die
38
39 - use utftrip && newbin utftrip.$(usex ocamlopt native byte) utftrip
40 + use utftrip && newbin _build/test/utftrip.$(usex ocamlopt native byte) utftrip
41 dodoc CHANGES.md README.md
42
43 if use doc ; then