diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-24 19:48:14 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-24 19:48:14 +0000 |
commit | 2dae8bc60669f2b823a733fe91cc9d00f09c148e (patch) | |
tree | 5edaa645a77d434b7708ea9bb6f482d6d705f8a6 /app-emulation/kqemu | |
parent | Stable on amd64 wrt bug #356705 (diff) | |
download | gentoo-2-2dae8bc60669f2b823a733fe91cc9d00f09c148e.tar.gz gentoo-2-2dae8bc60669f2b823a733fe91cc9d00f09c148e.tar.bz2 gentoo-2-2dae8bc60669f2b823a733fe91cc9d00f09c148e.zip |
Stable on amd64 wrt bug #356685
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/kqemu')
-rw-r--r-- | app-emulation/kqemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog index a2568e575c9f..626de8a03304 100644 --- a/app-emulation/kqemu/ChangeLog +++ b/app-emulation/kqemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/kqemu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.32 2011/03/17 22:44:03 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.33 2011/03/24 19:48:14 angelos Exp $ + + 24 Mar 2011; Christoph Mende <angelos@gentoo.org> kqemu-1.4.0_pre1-r1.ebuild: + Stable on amd64 wrt bug #356685 17 Mar 2011; Thomas Kahle <tomka@gentoo.org> kqemu-1.4.0_pre1-r1.ebuild: x86 stable per bug 356685 diff --git a/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild b/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild index 216680772f34..4daf70144aba 100644 --- a/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild +++ b/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild,v 1.3 2011/03/17 22:44:03 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild,v 1.4 2011/03/24 19:48:14 angelos Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://bellard.org/qemu/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" RESTRICT="strip" IUSE="" |