diff options
author | 2016-05-30 22:10:57 +0200 | |
---|---|---|
committer | 2016-05-30 22:11:56 +0200 | |
commit | 48cedc8f3a88a5d1f29fe359068e8e73cc24be93 (patch) | |
tree | c1268ed07b27cda82815625fbbd642e23557923c /app-text | |
parent | dev-lang/mujs: Version bump for mupdf-1.9a (diff) | |
download | gentoo-48cedc8f3a88a5d1f29fe359068e8e73cc24be93.tar.gz gentoo-48cedc8f3a88a5d1f29fe359068e8e73cc24be93.tar.bz2 gentoo-48cedc8f3a88a5d1f29fe359068e8e73cc24be93.zip |
app-text/mupdf: avoid newest mujs.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-text')
-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 91b7c8f4605b..1b41a5171d87 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} |