From: Mike Gilbert Date: Tue, 9 Jul 2019 16:06:05 +0000 (-0400) Subject: app-emulation/qemu: tweak python dependency when USE=-python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60c450c689961791b78923fb2556f8e779c8115b;p=gentoo.git 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 Signed-off-by: Matthias Maier --- 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}