summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2015-12-06 21:51:44 -0600
committerDoug Goldstein <cardoe@gentoo.org>2015-12-06 21:51:44 -0600
commit56e4ad1778f224ff7da297161da4bac9c953645d (patch)
tree5f1c354816ae1c07ae895dd2a9c15833689b7717 /app-emulation/qemu/qemu-9999.ebuild
parentpackage.mask: New PEAR versions should be ready to test (diff)
downloadgentoo-56e4ad1778f224ff7da297161da4bac9c953645d.tar.gz
gentoo-56e4ad1778f224ff7da297161da4bac9c953645d.tar.bz2
gentoo-56e4ad1778f224ff7da297161da4bac9c953645d.zip
app-emulation/qemu: utilize xen-tools sub-slot
app-emulation/xen-tools now exposes a sub-slot to help dependencies rebuild when necessary. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index aa8b852d9551..4ca906c5d930 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -156,7 +156,7 @@ CDEPEND="
qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} )
python? ( ${PYTHON_DEPS} )
systemtap? ( dev-util/systemtap )
- xen? ( app-emulation/xen-tools )"
+ xen? ( app-emulation/xen-tools:= )"
DEPEND="${CDEPEND}
dev-lang/perl
=dev-lang/python-2*