summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-12-08 12:11:50 +0100
committerDavid Seifert <soap@gentoo.org>2021-12-08 12:11:50 +0100
commit066d7617103650a473af499cb35287d64ed7a39d (patch)
tree977f8b89fbfe664e7745df54f76cf9b3f2b1a1e7 /media-gfx/graphviz
parentx11-libs/qwt: add missing doc deps (diff)
downloadgentoo-066d7617103650a473af499cb35287d64ed7a39d.tar.gz
gentoo-066d7617103650a473af499cb35287d64ed7a39d.tar.bz2
gentoo-066d7617103650a473af499cb35287d64ed7a39d.zip
media-gfx/graphviz: remove unknown configure arguments
Closes: https://bugs.gentoo.org/828552 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r--media-gfx/graphviz/graphviz-2.49.0.ebuild3
1 files changed, 0 insertions, 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)