diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-05-08 19:08:03 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-05-08 19:08:03 +0000 |
commit | f18f6f198cf26e507374f7bea76bbdd3df4ffbc9 (patch) | |
tree | a4a8ed8403a392cbacf49ce9b47809af5e713302 /app-emulation/qemu-softmmu | |
parent | Stable on x86 as dependency wrt security bug #176674 (diff) | |
download | gentoo-2-f18f6f198cf26e507374f7bea76bbdd3df4ffbc9.tar.gz gentoo-2-f18f6f198cf26e507374f7bea76bbdd3df4ffbc9.tar.bz2 gentoo-2-f18f6f198cf26e507374f7bea76bbdd3df4ffbc9.zip |
Stable on x86 wrt security bug #176674
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-emulation/qemu-softmmu')
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index 9f99eaaadca3..db8d39eefc0d 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-softmmu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.36 2007/02/21 21:44:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.37 2007/05/08 19:08:03 jokey Exp $ + + 08 May 2007; Markus Ullmann <jokey@gentoo.org> qemu-softmmu-0.9.0.ebuild: + Stable on x86 wrt security bug #176674 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild index 7c9fce2a1270..3d37dbed4f83 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-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-softmmu/qemu-softmmu-0.9.0.ebuild,v 1.3 2007/02/10 13:05:41 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild,v 1.4 2007/05/08 19:08:03 jokey Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}${P/-softmmu/}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86" +KEYWORDS="-alpha ~amd64 ~ppc -sparc x86" IUSE="sdl kqemu alsa" #qvm86 debug nptl qemu-fast nptlonly" RESTRICT="nostrip test" |