commit:     30fc228f731e480aaef3d357936c0c7768acfadd
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 23:51:42 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:53:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fc228f

app-text/mupdf: drop libressl patch and bump min version

* Upstream has included LibreSSL support
* Bump minimum version to 3.2.0 for latest APIs.

Closes: https://bugs.gentoo.org/737126
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/mupdf/mupdf-1.17.0.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/mupdf/mupdf-1.17.0.ebuild 
b/app-text/mupdf/mupdf-1.17.0.ebuild
index 61f7125c382..73a2ee99223 100644
--- a/app-text/mupdf/mupdf-1.17.0.ebuild
+++ b/app-text/mupdf/mupdf-1.17.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
        virtual/jpeg[static-libs?]
        opengl? ( >=media-libs/freeglut-3.0.0:= )
        ssl? (
-               libressl? ( >=dev-libs/libressl-2.8:0=[static-libs?] )
+               libressl? ( >=dev-libs/libressl-3.2.0:0=[static-libs?] )
                !libressl? ( >=dev-libs/openssl-1.1:0=[static-libs?] )
        )
        X? (
@@ -60,9 +60,6 @@ src_prepare() {
                sed -e '/* #define FZ_ENABLE_JS/ a\#define FZ_ENABLE_JS 0' \
                        -i include/mupdf/fitz/config.h || die
 
-       # See bug #670832
-       use ssl && use libressl && eapply 
"${FILESDIR}"/${PN}-1.14-libressl.patch
-
        sed -e "1iOS = Linux" \
                -e "1iCC = $(tc-getCC)" \
                -e "1iLD = $(tc-getLD)" \

Reply via email to