commit: 572c7a8f682b9662b1e8300ede6466a07c34ded3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 24 00:40:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 24 00:40:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572c7a8f
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 <sam <AT> gentoo.org> net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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}"
