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 2687B13829C for ; Sun, 5 Jun 2016 11:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A221525402E; Sun, 5 Jun 2016 11:45:48 +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 4EC2D25402E for ; Sun, 5 Jun 2016 11:45: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 781CB340961 for ; Sun, 5 Jun 2016 11:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21615970 for ; Sun, 5 Jun 2016 11:45:46 +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: <1465127143.685bce928cda0b6063cc4ba3c38686472eb128b6.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.9a.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 685bce928cda0b6063cc4ba3c38686472eb128b6 X-VCS-Branch: master Date: Sun, 5 Jun 2016 11:45:46 +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: 443f5b7b-77c0-4e4d-bfbb-f057ad792e92 X-Archives-Hash: f2f97d7d4dff32869c91abfb94b61a94 commit: 685bce928cda0b6063cc4ba3c38686472eb128b6 Author: Michael Weber gentoo org> AuthorDate: Sun Jun 5 11:45:12 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Jun 5 11:45:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685bce92 app-text/mupdf: drop USE=-javascript. Package-Manager: portage-2.3.0_rc1 app-text/mupdf/mupdf-1.9a.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/mupdf/mupdf-1.9a.ebuild b/app-text/mupdf/mupdf-1.9a.ebuild index c40e027..c47d34f 100644 --- a/app-text/mupdf/mupdf-1.9a.ebuild +++ b/app-text/mupdf/mupdf-1.9a.ebuild @@ -14,11 +14,12 @@ LICENSE="AGPL-3" MY_SOVER=1.9 SLOT="0/${MY_SOVER}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="X vanilla +curl javascript libressl opengl +openssl static static-libs" +IUSE="X vanilla +curl libressl opengl +openssl static static-libs" LIB_DEPEND=" !libressl? ( dev-libs/openssl:0[static-libs?] ) libressl? ( dev-libs/libressl[static-libs?] ) + >=dev-lang/mujs-0_p20160504 media-libs/freetype:2[static-libs?] media-libs/harfbuzz[static-libs?] media-libs/jbig2dec[static-libs?] @@ -28,7 +29,6 @@ LIB_DEPEND=" virtual/jpeg[static-libs?] X? ( x11-libs/libX11[static-libs?] x11-libs/libXext[static-libs?] ) - javascript? ( >=dev-lang/mujs-0_p20160504 ) opengl? ( >=media-libs/glfw-3 )" RDEPEND="${LIB_DEPEND}" DEPEND="${RDEPEND} @@ -84,7 +84,7 @@ src_prepare() { -e "1iHAVE_X11 = $(usex X)" \ -e "1iWANT_OPENSSL = $(usex openssl)" \ -e "1iWANT_CURL = $(usex curl)" \ - -e "1iHAVE_MUJS = $(usex javascript)" \ + -e "1iHAVE_MUJS = yes" \ -e "1iMUJS_LIBS = -lmujs" \ -e "1iMUJS_CFLAGS =" \ -e "1iHAVE_GLFW = $(usex opengl yes no)" \