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 0FDCE138334 for ; Thu, 16 May 2019 21:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A129E0844; Thu, 16 May 2019 21:04:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E1525E0844 for ; Thu, 16 May 2019 21:04:10 +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 3DA4A3447CA for ; Thu, 16 May 2019 21:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C99957E for ; Thu, 16 May 2019 21:04:07 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1558040629.8c71181f925e071a7e8640e330005f3764acefeb.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.4.16.ebuild media-libs/gegl/gegl-9999.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 8c71181f925e071a7e8640e330005f3764acefeb X-VCS-Branch: master Date: Thu, 16 May 2019 21:04:07 +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: 470933ba-a754-4297-b719-cf2861a3d932 X-Archives-Hash: 871b24fafb07c22fefb0b9b172326b53 commit: 8c71181f925e071a7e8640e330005f3764acefeb Author: Sebastian Pipping gentoo org> AuthorDate: Thu May 16 21:03:23 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu May 16 21:03:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c71181f media-libs/gegl: Drop gone --without-exiv2 for 0.4.16 Closes: https://bugs.gentoo.org/686080 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.65, Repoman-2.3.12 media-libs/gegl/gegl-0.4.16.ebuild | 3 --- media-libs/gegl/gegl-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/media-libs/gegl/gegl-0.4.16.ebuild b/media-libs/gegl/gegl-0.4.16.ebuild index 58165e60783..c45193011d1 100644 --- a/media-libs/gegl/gegl-0.4.16.ebuild +++ b/media-libs/gegl/gegl-0.4.16.ebuild @@ -119,9 +119,6 @@ src_configure() { --program-suffix=-${SLOT} --with-gdk-pixbuf --with-pango - # - Parameter --with-exiv2 compiles a noinst-app only, no use - # but needed during testing - --without-exiv2 # - There are two checks for dot, one controllable by --with(out)-graphviz # which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes. --without-graphviz diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 377cbb02f89..2a01f502b35 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -115,9 +115,6 @@ src_configure() { --program-suffix=-${SLOT} --with-gdk-pixbuf --with-pango - # - Parameter --with-exiv2 compiles a noinst-app only, no use - # but needed during testing - --without-exiv2 # - There are two checks for dot, one controllable by --with(out)-graphviz # which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes. --without-graphviz