Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
Date: Mon, 17 Aug 2020 13:48:05
Message-Id: 1597672072.873b9881e58afd78131a408513a2033b234b019d.ago@gentoo
1 commit: 873b9881e58afd78131a408513a2033b234b019d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 13:47:52 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 13:47:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873b9881
7
8 net-misc/vde: add missing backslash
9
10 Closes: https://bugs.gentoo.org/737654
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-misc/vde/vde-2.3.2-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/vde/vde-2.3.2-r6.ebuild b/net-misc/vde/vde-2.3.2-r6.ebuild
18 index aaa96c7d86d..139b3afb24d 100644
19 --- a/net-misc/vde/vde-2.3.2-r6.ebuild
20 +++ b/net-misc/vde/vde-2.3.2-r6.ebuild
21 @@ -40,7 +40,7 @@ src_prepare() {
22
23 src_configure() {
24 econf \
25 - --disable-python
26 + --disable-python \
27 $(use_enable pcap) \
28 $(use_enable ssl cryptcab) \
29 $(use_enable static-libs static)