From 572c7a8f682b9662b1e8300ede6466a07c34ded3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 24 Jul 2022 01:40:04 +0100 Subject: net-misc/openvswitch: disable automagic graphviz usage Noticed because of build failures w/ certain versions of graphviz (fixed upstream in graphviz now). Bug: https://bugs.gentoo.org/854663 Closes: https://bugs.gentoo.org/856286 Signed-off-by: Sam James --- net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net-misc/openvswitch') diff --git a/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild index 0eacedda4239..6cfb0d98f8bb 100644 --- a/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild @@ -75,6 +75,10 @@ src_configure() { # in Gentoo does not make much sense, only breaks them: bug #607280 export ovs_cv_flake8="no" + # Only adds a diagram to the man page, just skip it as we don't + # want to add a BDEPEND on graphviz right now. bug #856286 + export ovs_cv_dot="no" + local linux_config use modules && linux_config="--with-linux=${KV_OUT_DIR}" -- cgit v1.2.3-65-gdbad