Skip to content

Commit

Permalink
net-misc/openvswitch: never run flake8
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/607280
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tiziano Müller <[email protected]>
  • Loading branch information
dev-zero committed Apr 13, 2019
1 parent 9df3466 commit c3a6916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit c3a6916

Please sign in to comment.