commit: 5b94fa1c97005e378f683d1c9f414becc66774c7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 13:10:30 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 14:52:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b94fa1c
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 <AT> gentoo.org>
media-gfx/graphviz/graphviz-2.42.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-gfx/graphviz/graphviz-2.42.1.ebuild
b/media-gfx/graphviz/graphviz-2.42.1.ebuild
index a26f2b5c6df..d5d89c0ca97 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