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 B308A139085 for ; Wed, 1 Feb 2017 07:33:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EEFBE0C9E; Wed, 1 Feb 2017 07:33:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C48CE0C9E for ; Wed, 1 Feb 2017 07:33:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5B9B341130 for ; Wed, 1 Feb 2017 07:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49C653CF8 for ; Wed, 1 Feb 2017 07:33:45 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1485934406.47c6e0e01036bf486858d7b9b703d2be60851d66.xmw@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.10a.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 47c6e0e01036bf486858d7b9b703d2be60851d66 X-VCS-Branch: master Date: Wed, 1 Feb 2017 07:33:45 +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-Archives-Salt: a1472792-e751-4608-9d65-a8c99e503066 X-Archives-Hash: 228389e9c8674d86b5c3e3cb1367c1f0 commit: 47c6e0e01036bf486858d7b9b703d2be60851d66 Author: Michael Weber gentoo org> AuthorDate: Wed Feb 1 07:33:26 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Feb 1 07:33:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c6e0e0 app-text/mupdf: Require >=media-libs/openjpeg-2.1:2 (bug 607790, thanks MarcusX). Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/mupdf/mupdf-1.10a.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/mupdf/mupdf-1.10a.ebuild b/app-text/mupdf/mupdf-1.10a.ebuild index 5d855ce..d12c459 100644 --- a/app-text/mupdf/mupdf-1.10a.ebuild +++ b/app-text/mupdf/mupdf-1.10a.ebuild @@ -23,7 +23,7 @@ LIB_DEPEND=" media-libs/harfbuzz[static-libs?] media-libs/jbig2dec[static-libs?] media-libs/libpng:0[static-libs?] - media-libs/openjpeg:2[static-libs?] + >=media-libs/openjpeg-2.1:2[static-libs?] net-misc/curl[static-libs?] virtual/jpeg[static-libs?] X? ( x11-libs/libX11[static-libs?]