diff options
author | Chris White <chriswhite@gentoo.org> | 2006-03-29 08:07:14 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-03-29 08:07:14 +0000 |
commit | e12b274258701dee750bdee145879056860fb5a0 (patch) | |
tree | c250097e2158b571fb7b67cb58f894dce6cd437b /app-emulation/qemu | |
parent | x86 stable for qemu-softmmu-0.8.0 bug #123972. (diff) | |
download | gentoo-2-e12b274258701dee750bdee145879056860fb5a0.tar.gz gentoo-2-e12b274258701dee750bdee145879056860fb5a0.tar.bz2 gentoo-2-e12b274258701dee750bdee145879056860fb5a0.zip |
x86 stable for qemu-0.8.0 bug #123972.
([stable chroot] Portage version: 2.0.54)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.8.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index c640698d9dc0..cdd3c6dfa29f 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.41 2006/01/28 10:56:17 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.42 2006/03/29 08:07:14 chriswhite Exp $ + + 29 Mar 2006; Chris White <chriswhite@gentoo.org> qemu-0.8.0.ebuild: + x86 stable for qemu-0.8.0 bug #123972. 28 Jan 2006; Luca Barbato <lu_zero@gentoo.org> -files/qemu_gcc34.patch.gz, -qemu-0.6.0.ebuild: diff --git a/app-emulation/qemu/qemu-0.8.0.ebuild b/app-emulation/qemu/qemu-0.8.0.ebuild index 8acb200e7c19..bcfdaed81e3c 100644 --- a/app-emulation/qemu/qemu-0.8.0.ebuild +++ b/app-emulation/qemu/qemu-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.8.0.ebuild,v 1.1 2005/12/23 15:57:31 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.8.0.ebuild,v 1.2 2006/03/29 08:07:14 chriswhite Exp $ DESCRIPTION="qemu emulator and abi wrapper meta ebuild" HOMEPAGE="http://fabrice.bellard.free.fr/qemu/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="~app-emulation/qemu-softmmu-${PV} |