net-misc/vde: bug #661818
authorZero_Chaos <zerochaos@gentoo.org>
Mon, 23 Jul 2018 19:34:26 +0000 (15:34 -0400)
committerZero_Chaos <zerochaos@gentoo.org>
Mon, 23 Jul 2018 19:34:48 +0000 (15:34 -0400)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

net-misc/vde/vde-2.3.2-r4.ebuild

index fe1cc671c9a63aca1f77ffffdec89fdae28d7e42..117e2965131b7bd307531ac98cb5e4851e824b7c 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit ltprune python-single-r1 user
+inherit ltprune python-single-r1 user flag-o-matic
 
 MY_P="${PN}2-${PV}"
 
@@ -41,6 +41,7 @@ pkg_setup() {
 }
 
 src_configure() {
+       filter-flags -O0 -Os
        econf \
                $(use_enable pcap) \
                $(use_enable python) \