From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5590138335 for ; Wed, 28 Aug 2019 08:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A18E0867; Wed, 28 Aug 2019 08:19:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 577D8E085E for ; Wed, 28 Aug 2019 08:19:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44C5E34A4C1 for ; Wed, 28 Aug 2019 08:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5396377B for ; Wed, 28 Aug 2019 08:19:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566980329.f406116a7fd36db79e0724cf892f249d99f557e5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exact-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exact-image/exact-image-0.8.1-r3.ebuild X-VCS-Directories: media-gfx/exact-image/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f406116a7fd36db79e0724cf892f249d99f557e5 X-VCS-Branch: master Date: Wed, 28 Aug 2019 08:19:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2fa11a4-3f04-4a16-8bc7-a7e0fdb9ed50 X-Archives-Hash: 271d99862b064399a6343d2aade53f96 commit: f406116a7fd36db79e0724cf892f249d99f557e5 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 08:18:49 2019 +0000 Commit: David Seifert gentoo 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 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 \