diff options
author | 2013-07-24 09:19:00 +0000 | |
---|---|---|
committer | 2013-07-24 09:19:00 +0000 | |
commit | 57421a6fafd3956e10d7b816b34ed147bfbd105c (patch) | |
tree | 3f3ff843a72a6b8326a00043859ac22fd6e53b9d /app-emulation | |
parent | Version bump; drop patches that have been applied upstream (diff) | |
download | gentoo-2-57421a6fafd3956e10d7b816b34ed147bfbd105c.tar.gz gentoo-2-57421a6fafd3956e10d7b816b34ed147bfbd105c.tar.bz2 gentoo-2-57421a6fafd3956e10d7b816b34ed147bfbd105c.zip |
Add dep for IUSE qemu build, fixes Bug #477878 by 'a.m.', again
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.3.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index ee23619c9c1e..42882c83e3a0 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.176 2013/07/24 05:33:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.177 2013/07/24 09:19:00 idella4 Exp $ + + 24 Jul 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.3.0.ebuild: + Add dep for IUSE qemu build, fixes Bug #477878 by 'a.m.', again 24 Jul 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.3.0.ebuild: Correction to install with IUSE qemu, fixes Bug #477884, fixes Bug #477884 diff --git a/app-emulation/xen-tools/xen-tools-4.3.0.ebuild b/app-emulation/xen-tools/xen-tools-4.3.0.ebuild index b2fff26bd891..f41d34e61518 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.0.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.9 2013/07/24 05:33:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.10 2013/07/24 09:19:00 idella4 Exp $ EAPI=5 @@ -66,8 +66,9 @@ DEPEND="${CDEPEND} dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) - hvm? ( x11-proto/xproto - !net-libs/libiscsi )" + hvm? ( x11-proto/xproto + !net-libs/libiscsi ) + qemu? ( x11-libs/pixman )" RDEPEND="${CDEPEND} sys-apps/iproute2 |