commit: 066d7617103650a473af499cb35287d64ed7a39d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Dec 8 11:11:50 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Dec 8 11:11:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066d7617
media-gfx/graphviz: remove unknown configure arguments Closes: https://bugs.gentoo.org/828552 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-gfx/graphviz/graphviz-2.49.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-gfx/graphviz/graphviz-2.49.0.ebuild b/media-gfx/graphviz/graphviz-2.49.0.ebuild index a2585988d8bb..f4eaa25110c0 100644 --- a/media-gfx/graphviz/graphviz-2.49.0.ebuild +++ b/media-gfx/graphviz/graphviz-2.49.0.ebuild @@ -188,7 +188,6 @@ src_configure() { local myconf=( --disable-static --enable-ltdl - --enable-gdk-pixbuf $(use_with cairo pangocairo) $(use_with devil) $(use_with gtk) @@ -209,7 +208,6 @@ src_configure() { --with-sfdp --without-ming # new/experimental features, to be tested, disable for now - --with-cgraph --without-glitz --without-ipsepcola --without-smyrna @@ -218,7 +216,6 @@ src_configure() { $(use_enable guile) $(use_enable java) $(use_enable perl) - $(use_enable python python2) $(use_enable python python3) $(use_enable ruby) $(use_enable tcl)
