diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 10:18:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 10:18:49 +0200 |
commit | f406116a7fd36db79e0724cf892f249d99f557e5 (patch) | |
tree | 42a9dcaf0740ec66fc102d83f0fa839e86a57903 /media-gfx/exact-image/exact-image-0.8.1-r3.ebuild | |
parent | media-gfx/digikam: [QA] Remove media-libs/jasper dep (diff) | |
download | gentoo-f406116a7fd36db79e0724cf892f249d99f557e5.tar.gz gentoo-f406116a7fd36db79e0724cf892f249d99f557e5.tar.bz2 gentoo-f406116a7fd36db79e0724cf892f249d99f557e5.zip |
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@gentoo.org>
Diffstat (limited to 'media-gfx/exact-image/exact-image-0.8.1-r3.ebuild')
-rw-r--r-- | media-gfx/exact-image/exact-image-0.8.1-r3.ebuild | 7 |
1 files 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 7aae44b93438..5eaeb57c3e47 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 \ |