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 5788D1388BF for ; Tue, 12 Jan 2016 07:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7E1E088D; Tue, 12 Jan 2016 07:30:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68B72E088D for ; Tue, 12 Jan 2016 07:30:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B592E3409C8 for ; Tue, 12 Jan 2016 07:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C9E8CB1 for ; Tue, 12 Jan 2016 07:30:11 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1452583804.948d59c006f2bb5d3d47b47a3fef575cab6d8c97.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 948d59c006f2bb5d3d47b47a3fef575cab6d8c97 X-VCS-Branch: master Date: Tue, 12 Jan 2016 07:30:11 +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: c0705d3c-d6a3-46ac-8fd5-be2e3b2fddc9 X-Archives-Hash: ad58b7e48941c83e4ce0ab1e283ff23c commit: 948d59c006f2bb5d3d47b47a3fef575cab6d8c97 Author: Brian Norris chromium org> AuthorDate: Tue Jan 12 07:28:57 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jan 12 07:30:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948d59c0 app-text/ghostscript-gpl: add USE=tiff to control the dep app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild | 6 +++--- app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild index 002dd92..5f175df 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs X" +IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -30,7 +30,6 @@ COMMON_DEPEND=" media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= - >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) @@ -38,6 +37,7 @@ COMMON_DEPEND=" djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) + tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) " @@ -166,7 +166,6 @@ src_configure() { --with-ijs \ --with-jbig2dec \ --with-libpaper \ - --with-system-libtiff \ --without-lcms \ --without-luratech \ $(use_enable cups) \ @@ -174,6 +173,7 @@ src_configure() { $(use_enable gtk) \ $(use_with cups pdftoraster) \ $(use_with idn libidn) \ + $(use_with tiff system-libtiff) \ $(use_with X x) if use djvu ; then diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild index 2bd0afe..d049c3f 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs X" +IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -30,7 +30,6 @@ COMMON_DEPEND=" media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= - >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) @@ -38,6 +37,7 @@ COMMON_DEPEND=" djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) + tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) " @@ -171,13 +171,13 @@ src_configure() { --with-ijs \ --with-jbig2dec \ --with-libpaper \ - --with-system-libtiff \ --without-luratech \ $(use_enable cups) \ $(use_enable dbus) \ $(use_enable gtk) \ $(use_with cups pdftoraster) \ $(use_with idn libidn) \ + $(use_with tiff system-libtiff) \ $(use_with X x) if use djvu ; then