Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/
Date: Wed, 09 Sep 2020 18:35:07
Message-Id: 1599676482.f492cb1be8da58c5c53938cc2404fe84df137030.tupone@gentoo
1 commit: f492cb1be8da58c5c53938cc2404fe84df137030
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 18:34:42 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 18:34:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f492cb1b
7
8 dev-ml/lablgtk: fix broken symlink
9
10 Closes: https://bugs.gentoo.org/741392
11 Package-Manager: Portage-3.0.4, Repoman-2.3.23
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/lablgtk/lablgtk-2.18.10.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ml/lablgtk/lablgtk-2.18.10.ebuild b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild
18 index d6a5323964d..5cac1f5c162 100644
19 --- a/dev-ml/lablgtk/lablgtk-2.18.10.ebuild
20 +++ b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild
21 @@ -67,7 +67,8 @@ src_install() {
22 rm "${ED}/usr/$(get_libdir)/ocaml/ld.conf" || die
23 dosym lablgtk2/liblablgtk2.a \
24 /usr/$(get_libdir)/ocaml/liblablgtk2.a
25 - dosym lablgtk2/liblablgtksourceview2.a \
26 + use sourceview && \
27 + dosym lablgtk2/liblablgtksourceview2.a \
28 /usr/$(get_libdir)/ocaml/liblablgtksourceview2.a
29
30 if use examples; then