diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-07-09 12:06:05 -0400 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-09 11:12:17 -0500 |
commit | 60c450c689961791b78923fb2556f8e779c8115b (patch) | |
tree | 65e89cc36ab6eca0db5c70cc90a335617c9b050a /app-emulation/qemu | |
parent | net-fs/samba: Added "--no-run-if-empty" to xargs call. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/qemu/qemu-4.0.0-r3.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/qemu/qemu-4.0.0-r3.ebuild b/app-emulation/qemu/qemu-4.0.0-r3.ebuild index bd09a33e9d46..49fcec6ba3fe 100644 --- a/app-emulation/qemu/qemu-4.0.0-r3.ebuild +++ b/app-emulation/qemu/qemu-4.0.0-r3.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} 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} |