diff options
author | Sam James <sam@gentoo.org> | 2021-04-14 21:49:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-14 23:00:15 +0100 |
commit | 736ba0e7a5223d93d50a0b45d326b7208f05f3ff (patch) | |
tree | fd4b2785db2eaacac0c186f4960c2b17c4571504 /app-text/mupdf | |
parent | dev-lang/mujs: drop 1.0.9 (diff) | |
download | gentoo-736ba0e7a5223d93d50a0b45d326b7208f05f3ff.tar.gz gentoo-736ba0e7a5223d93d50a0b45d326b7208f05f3ff.tar.bz2 gentoo-736ba0e7a5223d93d50a0b45d326b7208f05f3ff.zip |
app-text/mupdf: use ${PF} for version number
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | 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-r3.ebuild index 21ae5eb3fcf4..8c96cdb62555 100644 --- a/app-text/mupdf/mupdf-1.18.0-r3.ebuild +++ b/app-text/mupdf/mupdf-1.18.0-r3.ebuild @@ -101,7 +101,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 emake \ - GENTOO_PV=${PV} \ + GENTOO_PV=${PF} \ HAVE_GLUT=$(usex opengl) \ HAVE_LIBCRYPTO=$(usex ssl) \ HAVE_X11=$(usex X) \ |