diff options
author | 2022-06-30 15:30:19 +0200 | |
---|---|---|
committer | 2022-06-30 15:33:09 +0200 | |
commit | 3b49a6d09605a565ec329c53ee4e5adcc8c9c2b0 (patch) | |
tree | dcdc6a841f105d63364fe16d94156e13162c65a5 /app-text/mupdf/mupdf-1.20.0.ebuild | |
parent | media-video/vdr: add a missing BDEPEND on 2.2.0-r7 (diff) | |
download | gentoo-3b49a6d09605a565ec329c53ee4e5adcc8c9c2b0.tar.gz gentoo-3b49a6d09605a565ec329c53ee4e5adcc8c9c2b0.tar.bz2 gentoo-3b49a6d09605a565ec329c53ee4e5adcc8c9c2b0.zip |
app-text/mupdf: Revert "fix strict-aliasing violations"
Sam pointed out that the patch my be wrong (although correct from a
strict aliasing view).
This reverts commit e69ffe486e072430217eb921a1886f93d8d74534.
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Suggested-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/mupdf/mupdf-1.20.0.ebuild')
-rw-r--r-- | app-text/mupdf/mupdf-1.20.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-text/mupdf/mupdf-1.20.0.ebuild b/app-text/mupdf/mupdf-1.20.0.ebuild index 216bbfaa79e7..3d7f8f3e2946 100644 --- a/app-text/mupdf/mupdf-1.20.0.ebuild +++ b/app-text/mupdf/mupdf-1.20.0.ebuild @@ -51,7 +51,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.15-openssl-x11.patch # General cross fixes from Debian (refreshed) "${FILESDIR}"/${PN}-1.19.0-cross-fixes.patch - "${FILESDIR}"/${P}-lcms2.patch ) src_prepare() { |