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/exact-image/
Date: Wed, 28 Aug 2019 08:19:58
Message-Id: 1566980329.f406116a7fd36db79e0724cf892f249d99f557e5.soap@gentoo
1 commit: f406116a7fd36db79e0724cf892f249d99f557e5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 08:18:49 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 08:18:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f406116a
7
8 media-gfx/exact-image: [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/exact-image/exact-image-0.8.1-r3.ebuild | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild b/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
18 index 7aae44b9343..5eaeb57c3e4 100644
19 --- a/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
20 +++ b/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -13,13 +13,12 @@ SRC_URI="http://dl.exactcode.de/oss/${PN}/${P}.tar.bz2"
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE="expat jpeg jpeg2k lua openexr php perl png python ruby swig tiff truetype X"
32 +IUSE="expat jpeg lua openexr php perl png python ruby swig tiff truetype X"
33 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
34
35 RDEPEND="x11-libs/agg[truetype]
36 sys-libs/zlib
37 expat? ( dev-libs/expat )
38 - jpeg2k? ( media-libs/jasper )
39 jpeg? ( virtual/jpeg )
40 lua? ( dev-lang/lua )
41 openexr? ( media-libs/openexr )
42 @@ -91,7 +90,7 @@ src_configure() {
43 $(use_with tiff libtiff) \
44 $(use_with png libpng) \
45 --without-libungif \
46 - $(use_with jpeg2k jasper) \
47 + --without-jasper \
48 $(use_with openexr) \
49 $(use_with expat) \
50 --without-lcms \