From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C692C138334 for ; Mon, 15 Oct 2018 20:10:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCDBAE0884; Mon, 15 Oct 2018 20:10:39 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EBE1E0884 for ; Mon, 15 Oct 2018 20:10:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8E70335C95 for ; Mon, 15 Oct 2018 20:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9DF43D for ; Mon, 15 Oct 2018 20:10:14 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1539634173.31214043d0b07fc7c917073cc48bd46d2747171f.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mupdf/mupdf-1.14.0-r1.ebuild app-text/mupdf/mupdf-1.14.0-r2.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 31214043d0b07fc7c917073cc48bd46d2747171f X-VCS-Branch: master Date: Mon, 15 Oct 2018 20:10:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ebde79b-3d34-4f5b-b794-789110088706 X-Archives-Hash: c8f6fb12e66ee0d3ad1250514d70c38b commit: 31214043d0b07fc7c917073cc48bd46d2747171f Author: Virgil Dupras gentoo org> AuthorDate: Mon Oct 15 20:09:33 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Oct 15 20:09:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31214043 app-text/mupdf: fix shared library build (again) Urg, I'm bad. Closes: https://bugs.gentoo.org/668684 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/mupdf/{mupdf-1.14.0-r1.ebuild => mupdf-1.14.0-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/mupdf/mupdf-1.14.0-r1.ebuild b/app-text/mupdf/mupdf-1.14.0-r2.ebuild similarity index 98% rename from app-text/mupdf/mupdf-1.14.0-r1.ebuild rename to app-text/mupdf/mupdf-1.14.0-r2.ebuild index f12cf699e38..3ce32300c17 100644 --- a/app-text/mupdf/mupdf-1.14.0-r1.ebuild +++ b/app-text/mupdf/mupdf-1.14.0-r2.ebuild @@ -103,6 +103,8 @@ src_install() { _emake install + dosym libmupdf.so.${PV} /usr/$(get_libdir)/lib${PN}.so + use static-libs && \ dolib.a build/debug/lib${PN}.a if use opengl ; then