diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-05-20 08:29:28 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-05-20 08:29:28 +0000 |
commit | 049f1414ea434aef60c8ed6387d4a44407032f20 (patch) | |
tree | 508f4f11ba1ce7a4599e423b3b903a9f3f0195cc /app-emulation/kqemu | |
parent | Version bump. Thank all who helped us in bug #178840 and bug #178904. (diff) | |
download | historical-049f1414ea434aef60c8ed6387d4a44407032f20.tar.gz historical-049f1414ea434aef60c8ed6387d4a44407032f20.tar.bz2 historical-049f1414ea434aef60c8ed6387d4a44407032f20.zip |
stable amd64, security bug 176674
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-emulation/kqemu')
-rw-r--r-- | app-emulation/kqemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog index f54c9d8862f8..12ffdbbff26d 100644 --- a/app-emulation/kqemu/ChangeLog +++ b/app-emulation/kqemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/kqemu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.18 2007/05/08 19:06:37 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.19 2007/05/20 08:28:16 opfer Exp $ + + 20 May 2007; Christian Faulhammer <opfer@gentoo.org> + kqemu-1.3.0_pre11.ebuild: + stable amd64, security bug 176674 08 May 2007; Markus Ullmann <jokey@gentoo.org> kqemu-1.3.0_pre11.ebuild: Stable on x86 as dependency wrt security bug #176674 diff --git a/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild b/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild index cccddbb5a89d..e929ea29ff3b 100644 --- a/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild +++ b/app-emulation/kqemu/kqemu-1.3.0_pre11.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/kqemu/kqemu-1.3.0_pre11.ebuild,v 1.2 2007/05/08 19:06:37 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.3.0_pre11.ebuild,v 1.3 2007/05/20 08:28:16 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="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" RESTRICT="nostrip" IUSE="" |