From 6453a4d5007fe65cc11d2df8113ec673e72df85d Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 28 Jan 2008 09:53:27 +0000 Subject: qemu-user is broken (Portage version: 2.1.4) --- app-emulation/qemu/ChangeLog | 5 ++++- app-emulation/qemu/qemu-0.9.1.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-emulation/qemu') 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 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 -- cgit v1.2.3-65-gdbad