diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-20 09:27:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-20 09:27:49 +0200 |
commit | 510b43e929167b9827e7f8910a509f44b2babc3e (patch) | |
tree | d97b76392afef72e8b97028b76181a6da866788d /app-text/mupdf | |
parent | app-crypt/tpm2-tss: add 4.0.0 (diff) | |
download | gentoo-510b43e929167b9827e7f8910a509f44b2babc3e.tar.gz gentoo-510b43e929167b9827e7f8910a509f44b2babc3e.tar.bz2 gentoo-510b43e929167b9827e7f8910a509f44b2babc3e.zip |
app-text/mupdf: $P -> ${P} on 1.21.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/mupdf-1.21.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/mupdf/mupdf-1.21.1.ebuild b/app-text/mupdf/mupdf-1.21.1.ebuild index 5eb70637cf2a..0d782560357f 100644 --- a/app-text/mupdf/mupdf-1.21.1.ebuild +++ b/app-text/mupdf/mupdf-1.21.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -52,8 +52,8 @@ PATCHES=( "${FILESDIR}"/${PN}-1.15-openssl-x11.patch # General cross fixes from Debian (refreshed) "${FILESDIR}"/${PN}-1.19.0-cross-fixes.patch - "${FILESDIR}"/$P-no-drm.patch - "${FILESDIR}"/$P-fix-aliasing-violation.patch + "${FILESDIR}"/${P}-no-drm.patch + "${FILESDIR}"/${P}-fix-aliasing-violation.patch ) src_prepare() { |