From: Andreas Sturmlechner Date: Mon, 6 May 2019 19:29:31 +0000 (+0200) Subject: net-misc/vde: Fix USE -python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8274b2f7639ba6e3097c484bf385ecd2a9b00f81;p=gentoo.git 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 --- diff --git a/net-misc/vde/vde-2.3.2-r4.ebuild b/net-misc/vde/vde-2.3.2-r4.ebuild index 117e2965131b..f5df46fa334a 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() {