projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1140ea3
)
net-misc/vde: Fix USE -python
author
Andreas Sturmlechner
<asturm@gentoo.org>
Mon, 6 May 2019 19:29:31 +0000
(21:29 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/net-misc/vde/vde-2.3.2-r4.ebuild
b/net-misc/vde/vde-2.3.2-r4.ebuild
index 117e2965131b7bd307531ac98cb5e4851e824b7c..f5df46fa334a1b69074e05ad9e4a903e85f5debe 100644
(file)
--- 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-201
8 Gentoo Foundation
+# Copyright 1999-201
9 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() {