Skip to content

Commit

Permalink
app-emulation/qemu: utilize xen-tools sub-slot
Browse files Browse the repository at this point in the history
app-emulation/xen-tools now exposes a sub-slot to help dependencies
rebuild when necessary.

Signed-off-by: Doug Goldstein <[email protected]>
  • Loading branch information
cardoe committed Dec 7, 2015
1 parent 5fb163d commit 56e4ad1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-2.3.0-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CDEPEND="
systemtap? ( dev-util/systemtap )
usbredir? ( >=sys-apps/usbredir-0.6 )
virtfs? ( sys-libs/libcap )
xen? ( app-emulation/xen-tools )"
xen? ( app-emulation/xen-tools:= )"
DEPEND="${CDEPEND}
dev-lang/perl
=dev-lang/python-2*
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-2.3.0-r6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CDEPEND="
systemtap? ( dev-util/systemtap )
usbredir? ( >=sys-apps/usbredir-0.6 )
virtfs? ( sys-libs/libcap )
xen? ( app-emulation/xen-tools )"
xen? ( app-emulation/xen-tools:= )"
DEPEND="${CDEPEND}
dev-lang/perl
=dev-lang/python-2*
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-2.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CDEPEND="
systemtap? ( dev-util/systemtap )
usbredir? ( >=sys-apps/usbredir-0.6 )
virtfs? ( sys-libs/libcap )
xen? ( app-emulation/xen-tools )"
xen? ( app-emulation/xen-tools:= )"
DEPEND="${CDEPEND}
dev-lang/perl
=dev-lang/python-2*
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-2.4.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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*
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-2.4.0.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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*
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-2.4.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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*
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-2.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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*
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/qemu/qemu-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 56e4ad1

Please sign in to comment.