From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 561DC13829C for ; Mon, 30 May 2016 20:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1308254031; Mon, 30 May 2016 20:12:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 51B95254031 for ; Mon, 30 May 2016 20:12:01 +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 5B360340AB6 for ; Mon, 30 May 2016 20:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04C56AA2 for ; Mon, 30 May 2016 20:11:59 +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: <1464639116.48cedc8f3a88a5d1f29fe359068e8e73cc24be93.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.8.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 48cedc8f3a88a5d1f29fe359068e8e73cc24be93 X-VCS-Branch: master Date: Mon, 30 May 2016 20:11:59 +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: fef91841-cc01-4103-86af-8e2e7c10470d X-Archives-Hash: 37f1a4f396599031968729908a1fb448 commit: 48cedc8f3a88a5d1f29fe359068e8e73cc24be93 Author: Michael Weber gentoo org> AuthorDate: Mon May 30 20:10:57 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Mon May 30 20:11:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cedc8f app-text/mupdf: avoid newest mujs. Package-Manager: portage-2.3.0_rc1 app-text/mupdf/mupdf-1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/mupdf/mupdf-1.8.ebuild b/app-text/mupdf/mupdf-1.8.ebuild index 91b7c8f..1b41a51 100644 --- a/app-text/mupdf/mupdf-1.8.ebuild +++ b/app-text/mupdf/mupdf-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,7 @@ LIB_DEPEND=" virtual/jpeg[static-libs?] X? ( x11-libs/libX11[static-libs?] x11-libs/libXext[static-libs?] ) - javascript? ( dev-lang/mujs ) + javascript? ( =media-libs/glfw-3 )" RDEPEND="${LIB_DEPEND}" DEPEND="${RDEPEND}