diff options
author | 2005-12-26 19:52:45 +0000 | |
---|---|---|
committer | 2005-12-26 19:52:45 +0000 | |
commit | 467ae209829f59ce379eea6e039f4745753930c2 (patch) | |
tree | 67209ed8c98b708ecf46a9cb7d2a5f1570f5b7e9 /app-emulation/kqemu/kqemu-0.7.2.ebuild | |
parent | Stable on SPARC. (diff) | |
download | historical-467ae209829f59ce379eea6e039f4745753930c2.tar.gz historical-467ae209829f59ce379eea6e039f4745753930c2.tar.bz2 historical-467ae209829f59ce379eea6e039f4745753930c2.zip |
stable amd64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-emulation/kqemu/kqemu-0.7.2.ebuild')
-rw-r--r-- | app-emulation/kqemu/kqemu-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/kqemu/kqemu-0.7.2.ebuild b/app-emulation/kqemu/kqemu-0.7.2.ebuild index 9e31113d5f41..a78360bcac1d 100644 --- a/app-emulation/kqemu/kqemu-0.7.2.ebuild +++ b/app-emulation/kqemu/kqemu-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-0.7.2.ebuild,v 1.1 2005/12/23 14:43:57 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-0.7.2.ebuild,v 1.2 2005/12/26 19:52:45 blubb Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/qemu-${PV}.tar.gz LICENSE="GPL-2 LGPL-2.1 KQEMU" SLOT="0" -KEYWORDS="~x86 ~ppc -alpha -sparc ~amd64" +KEYWORDS="-alpha amd64 ~ppc -sparc ~x86" RESTRICT="nostrip" IUSE="sdl" |