summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2016-01-12 02:28:57 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-12 02:30:04 -0500
commit948d59c006f2bb5d3d47b47a3fef575cab6d8c97 (patch)
tree7ddf9b8eb2eb83ed0c5b3b44190b5ef40bde2046 /app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild
parentsys-libs/ldb: Stable for HPPA (bug #568432). (diff)
downloadgentoo-948d59c006f2bb5d3d47b47a3fef575cab6d8c97.tar.gz
gentoo-948d59c006f2bb5d3d47b47a3fef575cab6d8c97.tar.bz2
gentoo-948d59c006f2bb5d3d47b47a3fef575cab6d8c97.zip
app-text/ghostscript-gpl: add USE=tiff to control the dep
Diffstat (limited to 'app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild')
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild
index 2bd0afe9a505..d049c3f595a9 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