summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-07-09 12:06:05 -0400
committerMatthias Maier <tamiko@gentoo.org>2019-07-09 11:12:17 -0500
commit60c450c689961791b78923fb2556f8e779c8115b (patch)
tree65e89cc36ab6eca0db5c70cc90a335617c9b050a /app-emulation/qemu/qemu-9999.ebuild
parentnet-fs/samba: Added "--no-run-if-empty" to xargs call. (diff)
downloadgentoo-60c450c689961791b78923fb2556f8e779c8115b.tar.gz
gentoo-60c450c689961791b78923fb2556f8e779c8115b.tar.bz2
gentoo-60c450c689961791b78923fb2556f8e779c8115b.zip
app-emulation/qemu: tweak python dependency when USE=-python
When USE=python is disabled, we still need a python interpreter at build time with no extra USE dependencies. Closes: https://github.com/gentoo/gentoo/pull/12408/ Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 60bf2213431b..8d1410fd8d2d 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -169,7 +169,7 @@ PPC64_FIRMWARE_DEPEND="
"
BDEPEND="
- ${PYTHON_DEPS}
+ $(python_gen_impl_dep)
dev-lang/perl
sys-apps/texinfo
virtual/pkgconfig
@@ -190,7 +190,6 @@ CDEPEND="
qemu_softmmu_targets_ppc64? ( ${PPC64_FIRMWARE_DEPEND} )
"
DEPEND="${CDEPEND}
- ${PYTHON_DEPS}
kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 )
static? (
${ALL_DEPEND}