From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53996138359 for ; Fri, 14 Aug 2020 23:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52D6AE0877; Fri, 14 Aug 2020 23:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36938E0877 for ; Fri, 14 Aug 2020 23:53:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D656134F0C3 for ; Fri, 14 Aug 2020 23:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D692FD for ; Fri, 14 Aug 2020 23:53:35 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1597449209.30fc228f731e480aaef3d357936c0c7768acfadd.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mupdf/mupdf-1.17.0.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 30fc228f731e480aaef3d357936c0c7768acfadd X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:53:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 385bc395-9454-4b24-b8ac-430c9e209fab X-Archives-Hash: f1f8e411f3f4ecb2f7299b91f6b939ad commit: 30fc228f731e480aaef3d357936c0c7768acfadd Author: Aaron Bauman gentoo org> AuthorDate: Fri Aug 14 23:51:42 2020 +0000 Commit: Aaron Bauman gentoo 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 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)" \