diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-06 21:29:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 19:03:37 +0200 |
commit | 8274b2f7639ba6e3097c484bf385ecd2a9b00f81 (patch) | |
tree | 74a1723f0c7f42049f6d90aa939708c81cc6e74f /net-misc/vde | |
parent | media-sound/zynaddsubfx: 3.0.5 version bump (diff) | |
download | gentoo-8274b2f7639ba6e3097c484bf385ecd2a9b00f81.tar.gz gentoo-8274b2f7639ba6e3097c484bf385ecd2a9b00f81.tar.bz2 gentoo-8274b2f7639ba6e3097c484bf385ecd2a9b00f81.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/vde')
-rw-r--r-- | net-misc/vde/vde-2.3.2-r4.ebuild | 5 |
1 files 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 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() { |