diff options
Diffstat (limited to 'media-libs/gegl/gegl-0.3.26.ebuild')
-rw-r--r-- | media-libs/gegl/gegl-0.3.26.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/gegl/gegl-0.3.26.ebuild b/media-libs/gegl/gegl-0.3.26.ebuild index f39cb535af1a..2efd65a82028 100644 --- a/media-libs/gegl/gegl-0.3.26.ebuild +++ b/media-libs/gegl/gegl-0.3.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ HOMEPAGE="http://www.gegl.org/" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0.3" -IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection jpeg2k lcms lensfun openexr raw sdl svg test tiff umfpack vala v4l webp" +IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection lcms lensfun openexr raw sdl svg test tiff umfpack vala v4l webp" REQUIRED_USE=" svg? ( cairo ) vala? ( introspection ) @@ -47,7 +47,6 @@ RDEPEND=" ) introspection? ( >=dev-libs/gobject-introspection-1.32:= ) virtual/jpeg:0= - jpeg2k? ( >=media-libs/jasper-1.900.1:= ) lcms? ( >=media-libs/lcms-2.8:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) openexr? ( >=media-libs/openexr-1.6.1:= ) @@ -149,7 +148,7 @@ src_configure() { $(use_with ffmpeg libavformat) \ --without-gexiv2 \ --without-graphviz \ - $(use_with jpeg2k jasper) \ + --without-jasper \ $(use_with lcms) \ $(use_with lensfun) \ --without-lua \ |