diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 07:24:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-15 08:00:24 +0000 |
commit | 290dcded7736a703c703de3f70ce70f57d1cdd4d (patch) | |
tree | b8ecf281b05244b8720f317edf6a40e60f38c1ea | |
parent | www-apps/chromedriver-bin: bump to 90.0.4430.24 (diff) | |
download | gentoo-290dcded7736a703c703de3f70ce70f57d1cdd4d.tar.gz gentoo-290dcded7736a703c703de3f70ce70f57d1cdd4d.tar.bz2 gentoo-290dcded7736a703c703de3f70ce70f57d1cdd4d.zip |
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 <sam@gentoo.org>
-rw-r--r-- | app-text/mupdf/mupdf-1.18.0-r4.ebuild (renamed from app-text/mupdf/mupdf-1.18.0-r3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/mupdf/mupdf-1.18.0-r3.ebuild b/app-text/mupdf/mupdf-1.18.0-r4.ebuild index 60145d9c3d35..db2b4ba6fd92 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) |