diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-11-13 00:06:21 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-11-13 00:06:21 +0000 |
commit | 0b2232f10007e95639675f206a8cb7670300b1c5 (patch) | |
tree | 38ba48eda325e5b1715224ce55a8361b411290c9 /app-emulation | |
parent | fix bug #187075 (diff) | |
download | gentoo-2-0b2232f10007e95639675f206a8cb7670300b1c5.tar.gz gentoo-2-0b2232f10007e95639675f206a8cb7670300b1c5.tar.bz2 gentoo-2-0b2232f10007e95639675f206a8cb7670300b1c5.zip |
fix bug #187075 also in stable...
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.9.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index adfc3ab9b22e..caca5dd4920b 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.43 2007/11/13 00:04:24 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.44 2007/11/13 00:06:21 lu_zero Exp $ + + 13 Nov 2007; Luca Barbato <lu_zero@gentoo.org> + qemu-softmmu-0.9.0-r1.ebuild: + Mark the revision stable *qemu-softmmu-0.9.0-r1 (12 Nov 2007) diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0-r1.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0-r1.ebuild index a7a4f92468b5..f9561eb3deb6 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0-r1.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0-r1.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-r1.ebuild,v 1.1 2007/11/13 00:04:24 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0-r1.ebuild,v 1.2 2007/11/13 00:06:21 lu_zero 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="strip test" |