diff options
author | Michael Weber <xmw@gentoo.org> | 2016-05-30 22:10:57 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-05-30 22:11:56 +0200 |
commit | 48cedc8f3a88a5d1f29fe359068e8e73cc24be93 (patch) | |
tree | c1268ed07b27cda82815625fbbd642e23557923c /app-text/mupdf | |
parent | a1fef9fecc33276b2db40f2c6d3b3c688f5a44b9 (diff) | |
download | gentoo-48cedc8f3a88a5d1f29fe359068e8e73cc24be93.tar.gz gentoo-48cedc8f3a88a5d1f29fe359068e8e73cc24be93.tar.xz |
app-text/mupdf: avoid newest mujs.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/mupdf-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mupdf/mupdf-1.8.ebuild b/app-text/mupdf/mupdf-1.8.ebuild index 91b7c8f4605..1b41a5171d8 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? ( <dev-lang/mujs-0_p20160504 ) opengl? ( >=media-libs/glfw-3 )" RDEPEND="${LIB_DEPEND}" DEPEND="${RDEPEND} |