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 5FD741382C5 for ; Thu, 15 Apr 2021 08:02:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B78CE0827; Thu, 15 Apr 2021 08:02:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [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 5DE6CE0825 for ; Thu, 15 Apr 2021 08:02:13 +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 143A433BEC5 for ; Thu, 15 Apr 2021 08:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8471F4A5 for ; Thu, 15 Apr 2021 08:02:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618473624.290dcded7736a703c703de3f70ce70f57d1cdd4d.sam@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.18.0-r3.ebuild app-text/mupdf/mupdf-1.18.0-r4.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 290dcded7736a703c703de3f70ce70f57d1cdd4d X-VCS-Branch: master Date: Thu, 15 Apr 2021 08:02:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb6ba996-7a2c-4a18-9917-6be2da87c3ee X-Archives-Hash: baf23341d1624747138f10372528401a commit: 290dcded7736a703c703de3f70ce70f57d1cdd4d Author: Sam James gentoo org> AuthorDate: Thu Apr 15 07:24:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 15 08:00:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290dcded app-text/mupdf: fix symlink (revert back to ${PV}) Worked fine on Darwin, interestingly enough? Closes: https://bugs.gentoo.org/782931 Signed-off-by: Sam James gentoo.org> app-text/mupdf/{mupdf-1.18.0-r3.ebuild => mupdf-1.18.0-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/mupdf/mupdf-1.18.0-r3.ebuild b/app-text/mupdf/mupdf-1.18.0-r4.ebuild similarity index 99% rename from app-text/mupdf/mupdf-1.18.0-r3.ebuild rename to app-text/mupdf/mupdf-1.18.0-r4.ebuild index 60145d9c3d3..db2b4ba6fd9 100644 --- a/app-text/mupdf/mupdf-1.18.0-r3.ebuild +++ b/app-text/mupdf/mupdf-1.18.0-r4.ebuild @@ -97,7 +97,7 @@ _emake() { # [0] https://git.ghostscript.com/?p=mupdf.git;a=blob;f=Makethird;h=c4c540fa4a075df0db85e6fdaab809099881f35a;hb=HEAD#l9 # [1] https://www.ghostscript.com/doc/lcms2mt/doc/WhyThisFork.txt local myemakeargs=( - GENTOO_PV=${PF} + GENTOO_PV=${PV} HAVE_GLUT=$(usex opengl) HAVE_LIBCRYPTO=$(usex ssl) HAVE_X11=$(usex X)