From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F337C138334 for ; Sat, 14 Sep 2019 14:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04411E0839; Sat, 14 Sep 2019 14:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2B3DE0839 for ; Sat, 14 Sep 2019 14:59:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B84E34B198 for ; Sat, 14 Sep 2019 14:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176847EF for ; Sat, 14 Sep 2019 14:59:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1568472746.5b94fa1c97005e378f683d1c9f414becc66774c7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphviz/graphviz-2.42.1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b94fa1c97005e378f683d1c9f414becc66774c7 X-VCS-Branch: master Date: Sat, 14 Sep 2019 14:59:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3395e312-c97f-4ac6-a587-c47f76ba45fe X-Archives-Hash: 506819e0249948b895ef77a20b60c8c2 commit: 5b94fa1c97005e378f683d1c9f414becc66774c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 13:10:30 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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