summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 15:10:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 16:52:26 +0200
commit5b94fa1c97005e378f683d1c9f414becc66774c7 (patch)
treefd0a7165a28c2a7a0511491615ea6560c4937dc3 /media-gfx/graphviz
parentmedia-gfx/graphviz: Inline myconf comments (diff)
downloadgentoo-5b94fa1c97005e378f683d1c9f414becc66774c7.tar.gz
gentoo-5b94fa1c97005e378f683d1c9f414becc66774c7.tar.bz2
gentoo-5b94fa1c97005e378f683d1c9f414becc66774c7.zip
media-gfx/graphviz: Disable go bindings
They who need it may maintain it. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r--media-gfx/graphviz/graphviz-2.42.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/graphviz/graphviz-2.42.1.ebuild b/media-gfx/graphviz/graphviz-2.42.1.ebuild
index a26f2b5c6df4..d5d89c0ca97e 100644
--- a/media-gfx/graphviz/graphviz-2.42.1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.42.1.ebuild
@@ -107,6 +107,7 @@ RDEPEND="${DEPEND}
# There can be swig-generated bindings for the following languages (/tclpkg/gv):
# - c-sharp (disabled)
# - scheme (enabled via guile) ... no longer broken on ~x86
+# - go (disabled)
# - io (disabled)
# - java (enabled via java) *2
# - lua (enabled via lua)
@@ -222,6 +223,7 @@ src_configure() {
$(use_enable python python3)
$(use_enable ruby)
$(use_enable tcl)
+ --disable-go
--disable-io
--disable-lua
--disable-ocaml