diff options
Diffstat (limited to 'app-emulation/qemu-user/qemu-user-0.9.0.ebuild')
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu-user/qemu-user-0.9.0.ebuild b/app-emulation/qemu-user/qemu-user-0.9.0.ebuild index 492e8602ff49..afcfb78aa6a1 100644 --- a/app-emulation/qemu-user/qemu-user-0.9.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-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-user/qemu-user-0.9.0.ebuild,v 1.2 2007/02/10 13:07:12 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.9.0.ebuild,v 1.3 2007/05/08 19:09:14 jokey Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/${P/-user/}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86" +KEYWORDS="-alpha ~amd64 ~ppc -sparc x86" IUSE="" #qvm86 debug nptl qemu-fast nptlonly" RESTRICT="nostrip test" |