diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-01-28 09:53:27 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-01-28 09:53:27 +0000 |
commit | 6453a4d5007fe65cc11d2df8113ec673e72df85d (patch) | |
tree | 8c0654fc03e5231c9256965324386d502e54ee1a /app-emulation/qemu | |
parent | Added a bindist USE flag, to disable net-misc/mDNSResponder, as per policy. H... (diff) | |
download | gentoo-2-6453a4d5007fe65cc11d2df8113ec673e72df85d.tar.gz gentoo-2-6453a4d5007fe65cc11d2df8113ec673e72df85d.tar.bz2 gentoo-2-6453a4d5007fe65cc11d2df8113ec673e72df85d.zip |
qemu-user is broken
(Portage version: 2.1.4)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.9.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index b09ee1c8f113..75dc5835d259 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.56 2008/01/27 10:27:17 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.57 2008/01/28 09:53:27 lu_zero Exp $ + + 28 Jan 2008; Luca Barbato <lu_zero@gentoo.org> qemu-0.9.1.ebuild: + avoid qemu-user, it is broken *qemu-0.9.1 (27 Jan 2008) diff --git a/app-emulation/qemu/qemu-0.9.1.ebuild b/app-emulation/qemu/qemu-0.9.1.ebuild index 6c4dbf1800d3..1d140556abc8 100644 --- a/app-emulation/qemu/qemu-0.9.1.ebuild +++ b/app-emulation/qemu/qemu-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.9.1.ebuild,v 1.1 2008/01/27 10:27:17 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.9.1.ebuild,v 1.2 2008/01/28 09:53:27 lu_zero Exp $ DESCRIPTION="qemu emulator and abi wrapper meta ebuild" HOMEPAGE="http://fabrice.bellard.free.fr/qemu/" @@ -12,5 +12,6 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="~app-emulation/qemu-softmmu-${PV} - ~app-emulation/qemu-user-${PV} !<=app-emulation/qemu-0.7.0" + +# ~app-emulation/qemu-user-${PV} broken |