From: Tiziano Müller Date: Sat, 13 Apr 2019 17:07:58 +0000 (+0200) Subject: net-misc/openvswitch: never run flake8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c3a6916d243821f098999d78ba14c1b515226fd0;p=gentoo.git net-misc/openvswitch: never run flake8 Closes: https://bugs.gentoo.org/607280 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tiziano Müller --- diff --git a/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild b/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild index f74b7fd5ea74..e3272da6496a 100644 --- a/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild @@ -66,6 +66,10 @@ src_configure() { # pyside is staticly disabled export ovs_cv_pyuic4="no" + # flake8 is primarily a style guide tool, running it as part of the tests + # in Gentoo does not make much sense, only breaks them: bug 607280 + export ovs_cv_flake8="no" + local linux_config use modules && linux_config="--with-linux=${KV_OUT_DIR}"