diff options
author | 2012-01-22 17:55:03 +0000 | |
---|---|---|
committer | 2012-01-22 17:55:03 +0000 | |
commit | c49cb06a8d5560c00be4ad2f27c4f90319cc7ffa (patch) | |
tree | 6c83571d3ee6c7aad3f345a1b0257ce9c8f58502 /app-emulation/qemu/qemu-9999.ebuild | |
parent | Version bump. Add --enable-dynamic-link to configure by Tupone Alfredo (bug #... (diff) | |
download | gentoo-2-c49cb06a8d5560c00be4ad2f27c4f90319cc7ffa.tar.gz gentoo-2-c49cb06a8d5560c00be4ad2f27c4f90319cc7ffa.tar.bz2 gentoo-2-c49cb06a8d5560c00be4ad2f27c4f90319cc7ffa.zip |
Fix USE=xen to depend on app-emulation/xen-tools. app-emulation/xen does not provide any libraries.
(Portage version: 2.2.0_alpha84_p18/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 07e7fa29183d..918a20590320 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.7 2012/01/22 12:38:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.8 2012/01/22 17:55:03 slyfox Exp $ EAPI="2" @@ -71,7 +71,7 @@ RDEPEND=" ssl? ( net-libs/gnutls ) vde? ( net-misc/vde ) xattr? ( sys-apps/attr ) - xen? ( app-emulation/xen ) + xen? ( app-emulation/xen-tools ) qemu_softmmu_targets_lm32? ( x11-libs/libX11 |