Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
Date: Wed, 08 May 2019 17:05:31
Message-Id: 1557335017.8274b2f7639ba6e3097c484bf385ecd2a9b00f81.asturm@gentoo
1 commit: 8274b2f7639ba6e3097c484bf385ecd2a9b00f81
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 6 19:29:31 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 17:03:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8274b2f7
7
8 net-misc/vde: Fix USE -python
9
10 Closes: https://bugs.gentoo.org/681900
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-misc/vde/vde-2.3.2-r4.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/vde/vde-2.3.2-r4.ebuild b/net-misc/vde/vde-2.3.2-r4.ebuild
18 index 117e2965131..f5df46fa334 100644
19 --- a/net-misc/vde/vde-2.3.2-r4.ebuild
20 +++ b/net-misc/vde/vde-2.3.2-r4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -36,8 +36,7 @@ PATCHES=( "${FILESDIR}/${P}-format-security.patch" )
28 pkg_setup() {
29 # default group already used in kqemu
30 enewgroup qemu
31 -
32 - python-single-r1_pkg_setup
33 + use python && python-single-r1_pkg_setup
34 }
35
36 src_configure() {