commit: 8c71181f925e071a7e8640e330005f3764acefeb Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Thu May 16 21:03:23 2019 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> 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 <sping <AT> 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
