commit:     f406116a7fd36db79e0724cf892f249d99f557e5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 08:18:49 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 08:18:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f406116a

media-gfx/exact-image: [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/exact-image/exact-image-0.8.1-r3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

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
index 7aae44b9343..5eaeb57c3e4 100644
--- a/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
+++ b/media-gfx/exact-image/exact-image-0.8.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,13 +13,12 @@ SRC_URI="http://dl.exactcode.de/oss/${PN}/${P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="expat jpeg jpeg2k lua openexr php perl png python ruby swig tiff 
truetype X"
+IUSE="expat jpeg lua openexr php perl png python ruby swig tiff truetype X"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="x11-libs/agg[truetype]
        sys-libs/zlib
        expat? ( dev-libs/expat )
-       jpeg2k? ( media-libs/jasper )
        jpeg? ( virtual/jpeg )
        lua? ( dev-lang/lua )
        openexr? ( media-libs/openexr )
@@ -91,7 +90,7 @@ src_configure() {
                $(use_with tiff libtiff) \
                $(use_with png libpng) \
                --without-libungif \
-               $(use_with jpeg2k jasper) \
+               --without-jasper \
                $(use_with openexr) \
                $(use_with expat) \
                --without-lcms \

Reply via email to