commit:     873b9881e58afd78131a408513a2033b234b019d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 13:47:52 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 13:47:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873b9881

net-misc/vde: add missing backslash

Closes: https://bugs.gentoo.org/737654
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-misc/vde/vde-2.3.2-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/vde/vde-2.3.2-r6.ebuild b/net-misc/vde/vde-2.3.2-r6.ebuild
index aaa96c7d86d..139b3afb24d 100644
--- a/net-misc/vde/vde-2.3.2-r6.ebuild
+++ b/net-misc/vde/vde-2.3.2-r6.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
 
 src_configure() {
        econf \
-               --disable-python
+               --disable-python \
                $(use_enable pcap) \
                $(use_enable ssl cryptcab) \
                $(use_enable static-libs static)

Reply via email to