diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-12-30 20:22:43 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-12-30 20:22:43 +0000 |
commit | 1ff49550e2d844c327a3a51ca153fe63a0f58b5e (patch) | |
tree | 419b4786a4d77a5d3337d15a56105cb2afdc3fcb /app-emulation/kqemu | |
parent | Readded keywords since now all ARCHs has a stable 4.1 (diff) | |
download | gentoo-2-1ff49550e2d844c327a3a51ca153fe63a0f58b5e.tar.gz gentoo-2-1ff49550e2d844c327a3a51ca153fe63a0f58b5e.tar.bz2 gentoo-2-1ff49550e2d844c327a3a51ca153fe63a0f58b5e.zip |
keywords fixed
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-emulation/kqemu')
-rw-r--r-- | app-emulation/kqemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/kqemu/kqemu-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog index 0a7f57296347..fe1404d0dd64 100644 --- a/app-emulation/kqemu/ChangeLog +++ b/app-emulation/kqemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/kqemu # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.2 2005/12/26 19:52:45 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.3 2005/12/30 20:22:43 lu_zero Exp $ + + 30 Dec 2005; Luca Barbato <lu_zero@gentoo.org> kqemu-0.7.2.ebuild: + Fix keywords 26 Dec 2005; Simon Stelling <blubb@gentoo.org> kqemu-0.7.2.ebuild: stable on amd64 diff --git a/app-emulation/kqemu/kqemu-0.7.2.ebuild b/app-emulation/kqemu/kqemu-0.7.2.ebuild index a78360bcac1d..4b7c8ce24666 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.2 2005/12/26 19:52:45 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-0.7.2.ebuild,v 1.3 2005/12/30 20:22:43 lu_zero 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="-alpha amd64 ~ppc -sparc ~x86" +KEYWORDS="-* amd64 ~x86" RESTRICT="nostrip" IUSE="sdl" |