media-gfx/graphviz: Disable go bindings
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 14 Sep 2019 13:10:30 +0000 (15:10 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 14 Sep 2019 14:52:26 +0000 (16:52 +0200)
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>
media-gfx/graphviz/graphviz-2.42.1.ebuild

index a26f2b5c6df4eecc446c0f71a0f9f46bf082193b..d5d89c0ca97e17c3a95ba184f7a4a84d5adda954 100644 (file)
@@ -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