commit:     c3a6916d243821f098999d78ba14c1b515226fd0
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 17:07:58 2019 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 17:07:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a6916d

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 <dev-zero <AT> gentoo.org>

 net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild 
b/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild
index f74b7fd5ea7..e3272da6496 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}"
 

Reply via email to