diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-11-08 23:55:56 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-11-08 23:55:56 +0000 |
commit | 9e99b57a969c81337c0b3c59aebafcacdd10f4b0 (patch) | |
tree | 09dc4c2f8f2f0ab8c5d30734bfe4bd0f2a32e12a /app-emulation | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-9e99b57a969c81337c0b3c59aebafcacdd10f4b0.tar.gz gentoo-2-9e99b57a969c81337c0b3c59aebafcacdd10f4b0.tar.bz2 gentoo-2-9e99b57a969c81337c0b3c59aebafcacdd10f4b0.zip |
Marked x86
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-0.6.0.ebuild b/app-emulation/qemu/qemu-0.6.0.ebuild index 5e3a29dbb095..1c540d6419fc 100644 --- a/app-emulation/qemu/qemu-0.6.0.ebuild +++ b/app-emulation/qemu/qemu-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.6 2004/11/02 09:08:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.7 2004/11/08 23:55:56 lu_zero Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ppc -alpha -sparc" +KEYWORDS="x86 ppc -alpha -sparc" IUSE="softmmu qemu-fast sdl" RESTRICT="nostrip" |