Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ufraw/
Date: Wed, 28 Aug 2019 08:19:59
Message-Id: 1566980341.a2e7eb7fc3ed8a5ea70370020a091bce3cf62bad.soap@gentoo
1 commit: a2e7eb7fc3ed8a5ea70370020a091bce3cf62bad
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 08:19:01 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 08:19:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e7eb7f
7
8 media-gfx/ufraw: [QA] Remove media-libs/jasper dep
9
10 Bug: https://bugs.gentoo.org/689784
11 Package-Manager: Portage-2.3.68, Repoman-2.3.16
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 media-gfx/ufraw/ufraw-0.22-r2.ebuild | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/media-gfx/ufraw/ufraw-0.22-r2.ebuild b/media-gfx/ufraw/ufraw-0.22-r2.ebuild
18 index 9bbc7e77121..f791b1bfa2d 100644
19 --- a/media-gfx/ufraw/ufraw-0.22-r2.ebuild
20 +++ b/media-gfx/ufraw/ufraw-0.22-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
31 -IUSE="contrast fits gimp gnome gtk jpeg2k openmp timezone"
32 +IUSE="contrast fits gimp gnome gtk openmp timezone"
33
34 REQUIRED_USE="gimp? ( gtk )"
35
36 @@ -31,7 +31,6 @@ RDEPEND="
37 >=media-gfx/gtkimageview-1.5
38 >=x11-libs/gtk+-2.6:2
39 )
40 - jpeg2k? ( media-libs/jasper:= )
41 "
42 DEPEND="${RDEPEND}
43 virtual/pkgconfig
44 @@ -59,7 +58,7 @@ src_configure() {
45 $(use_with gimp) \
46 $(use_enable gnome mime) \
47 $(use_with gtk) \
48 - $(use_enable jpeg2k jasper) \
49 + --disable-jasper \
50 $(use_enable openmp) \
51 $(use_enable timezone dst-correction)
52 }