commit:     8274b2f7639ba6e3097c484bf385ecd2a9b00f81
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 19:29:31 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May  8 17:03:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8274b2f7

net-misc/vde: Fix USE -python

Closes: https://bugs.gentoo.org/681900
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/vde/vde-2.3.2-r4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/vde/vde-2.3.2-r4.ebuild b/net-misc/vde/vde-2.3.2-r4.ebuild
index 117e2965131..f5df46fa334 100644
--- a/net-misc/vde/vde-2.3.2-r4.ebuild
+++ b/net-misc/vde/vde-2.3.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,8 +36,7 @@ PATCHES=( "${FILESDIR}/${P}-format-security.patch" )
 pkg_setup() {
        # default group already used in kqemu
        enewgroup qemu
-
-       python-single-r1_pkg_setup
+       use python && python-single-r1_pkg_setup
 }
 
 src_configure() {

Reply via email to