commit: a2e7eb7fc3ed8a5ea70370020a091bce3cf62bad Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 08:19:01 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 08:19:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e7eb7f
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 <AT> gentoo.org> media-gfx/ufraw/ufraw-0.22-r2.ebuild | 7 +++---- 1 file 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 9bbc7e77121..f791b1bfa2d 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) }
