diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 10:19:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 10:19:01 +0200 |
commit | a2e7eb7fc3ed8a5ea70370020a091bce3cf62bad (patch) | |
tree | 5305644d1d5a374e5e3b11d6f2b20535b9dc2ac3 /media-gfx | |
parent | media-gfx/graphicsmagick: [QA] Remove media-libs/jasper dep (diff) | |
download | gentoo-a2e7eb7fc3ed8a5ea70370020a091bce3cf62bad.tar.gz gentoo-a2e7eb7fc3ed8a5ea70370020a091bce3cf62bad.tar.bz2 gentoo-a2e7eb7fc3ed8a5ea70370020a091bce3cf62bad.zip |
media-gfx/ufraw: [QA] Remove media-libs/jasper dep
Bug: https://bugs.gentoo.org/689784
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/ufraw/ufraw-0.22-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-gfx/ufraw/ufraw-0.22-r2.ebuild b/media-gfx/ufraw/ufraw-0.22-r2.ebuild index 9bbc7e771218..f791b1bfa2d8 100644 --- a/media-gfx/ufraw/ufraw-0.22-r2.ebuild +++ b/media-gfx/ufraw/ufraw-0.22-r2.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="contrast fits gimp gnome gtk jpeg2k openmp timezone" +IUSE="contrast fits gimp gnome gtk openmp timezone" REQUIRED_USE="gimp? ( gtk )" @@ -31,7 +31,6 @@ RDEPEND=" >=media-gfx/gtkimageview-1.5 >=x11-libs/gtk+-2.6:2 ) - jpeg2k? ( media-libs/jasper:= ) " DEPEND="${RDEPEND} virtual/pkgconfig @@ -59,7 +58,7 @@ src_configure() { $(use_with gimp) \ $(use_enable gnome mime) \ $(use_with gtk) \ - $(use_enable jpeg2k jasper) \ + --disable-jasper \ $(use_enable openmp) \ $(use_enable timezone dst-correction) } |