diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-05-08 19:25:34 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-05-08 19:25:34 +0000 |
commit | 54f49c264082f2a656ae4b50df61b1c8d3693832 (patch) | |
tree | 406e02b88c397964beb459ead7152f40c7c7a44b /app-emulation | |
parent | Sign Manfiest (diff) | |
download | gentoo-2-54f49c264082f2a656ae4b50df61b1c8d3693832.tar.gz gentoo-2-54f49c264082f2a656ae4b50df61b1c8d3693832.tar.bz2 gentoo-2-54f49c264082f2a656ae4b50df61b1c8d3693832.zip |
Stable on x86 wrt security bug #176674
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 3bf704523195..c4203f398ad2 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.52 2007/02/10 12:04:48 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.53 2007/05/08 19:25:34 jokey Exp $ + + 08 May 2007; Markus Ullmann <jokey@gentoo.org> qemu-0.9.0.ebuild: + Stable on x86 wrt security bug #176674 *qemu-0.9.0 (06 Feb 2007) diff --git a/app-emulation/qemu/qemu-0.9.0.ebuild b/app-emulation/qemu/qemu-0.9.0.ebuild index 225271f7d621..9e53e9f96cc7 100644 --- a/app-emulation/qemu/qemu-0.9.0.ebuild +++ b/app-emulation/qemu/qemu-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.9.0.ebuild,v 1.1 2007/02/10 12:04:48 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.9.0.ebuild,v 1.2 2007/05/08 19:25:34 jokey 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="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="~app-emulation/qemu-softmmu-${PV} |