Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/
Date: Mon, 15 Oct 2018 20:10:40
Message-Id: 1539634173.31214043d0b07fc7c917073cc48bd46d2747171f.vdupras@gentoo
1 commit: 31214043d0b07fc7c917073cc48bd46d2747171f
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 20:09:33 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 20:09:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31214043
7
8 app-text/mupdf: fix shared library build (again)
9
10 Urg, I'm bad.
11
12 Closes: https://bugs.gentoo.org/668684
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 app-text/mupdf/{mupdf-1.14.0-r1.ebuild => mupdf-1.14.0-r2.ebuild} | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/app-text/mupdf/mupdf-1.14.0-r1.ebuild b/app-text/mupdf/mupdf-1.14.0-r2.ebuild
20 similarity index 98%
21 rename from app-text/mupdf/mupdf-1.14.0-r1.ebuild
22 rename to app-text/mupdf/mupdf-1.14.0-r2.ebuild
23 index f12cf699e38..3ce32300c17 100644
24 --- a/app-text/mupdf/mupdf-1.14.0-r1.ebuild
25 +++ b/app-text/mupdf/mupdf-1.14.0-r2.ebuild
26 @@ -103,6 +103,8 @@ src_install() {
27
28 _emake install
29
30 + dosym libmupdf.so.${PV} /usr/$(get_libdir)/lib${PN}.so
31 +
32 use static-libs && \
33 dolib.a build/debug/lib${PN}.a
34 if use opengl ; then