diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-05-20 08:29:28 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-05-20 08:29:28 +0000 |
commit | 049f1414ea434aef60c8ed6387d4a44407032f20 (patch) | |
tree | 508f4f11ba1ce7a4599e423b3b903a9f3f0195cc /app-emulation/qemu-softmmu | |
parent | Version bump. Thank all who helped us in bug #178840 and bug #178904. (diff) | |
download | historical-049f1414ea434aef60c8ed6387d4a44407032f20.tar.gz historical-049f1414ea434aef60c8ed6387d4a44407032f20.tar.bz2 historical-049f1414ea434aef60c8ed6387d4a44407032f20.zip |
stable amd64, security bug 176674
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-emulation/qemu-softmmu')
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index 3ab6b6271c8f..eaeddbb70b3c 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,10 @@ # 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.38 2007/05/16 21:34:09 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.39 2007/05/20 08:29:28 opfer Exp $ + + 20 May 2007; Christian Faulhammer <opfer@gentoo.org> + qemu-softmmu-0.9.0.ebuild: + stable amd64, security bug 176674 16 May 2007; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.9.0.ebuild: Marked ppc 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 a278daffa475..fbad7281df6e 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.5 2007/05/16 21:34:09 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild,v 1.6 2007/05/20 08:29:28 opfer 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" |