diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-01-02 20:29:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-01-02 20:29:33 +0000 |
commit | f8282dc507cbf8ae85daa2b6b987cac6e812eda7 (patch) | |
tree | 72b8b29a640cc14cdede5e30921a89dfd70fe195 /app-emulation/kqemu | |
parent | Fix dependencies; bug 150822 (diff) | |
download | historical-f8282dc507cbf8ae85daa2b6b987cac6e812eda7.tar.gz historical-f8282dc507cbf8ae85daa2b6b987cac6e812eda7.tar.bz2 historical-f8282dc507cbf8ae85daa2b6b987cac6e812eda7.zip |
stable x86, bug #159522
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-emulation/kqemu')
-rw-r--r-- | app-emulation/kqemu/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog index c511d73deacc..a936821dcc54 100644 --- a/app-emulation/kqemu/ChangeLog +++ b/app-emulation/kqemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/kqemu -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.13 2006/08/16 13:56:06 lu_zero Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.14 2007/01/02 20:24:45 opfer Exp $ + + 02 Jan 2007; Christian Faulhammer <opfer@gentoo.org> + kqemu-1.3.0_pre9.ebuild: + stable x86, bug #159522 *kqemu-1.3.0_pre9 (16 Aug 2006) diff --git a/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild b/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild index db6fbad73f3c..ecbdde11c8a0 100644 --- a/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild +++ b/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild,v 1.1 2006/08/16 13:56:06 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.3.0_pre9.ebuild,v 1.2 2007/01/02 20:24:45 opfer Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/${MY_P}.tar.gz" LICENSE="KQEMU" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" RESTRICT="nostrip" IUSE="" |