diff options
-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" |