net-misc/vde: Fix USE -python
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 May 2019 19:29:31 +0000 (21:29 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 8 May 2019 17:03:37 +0000 (19:03 +0200)
Closes: https://bugs.gentoo.org/681900
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-misc/vde/vde-2.3.2-r4.ebuild

index 117e2965131b7bd307531ac98cb5e4851e824b7c..f5df46fa334a1b69074e05ad9e4a903e85f5debe 100644 (file)
@@ -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() {