diff options
author | 2013-01-25 12:08:00 +0000 | |
---|---|---|
committer | 2013-01-25 12:08:00 +0000 | |
commit | 2dc3ca166dc0f5f4fc647b689a6fc9b1cc63d954 (patch) | |
tree | 9b5789489f2c9b2381ad843f182e24038647ae4b /app-emulation | |
parent | Stable for x86, wrt bug #453344 (diff) | |
download | gentoo-2-2dc3ca166dc0f5f4fc647b689a6fc9b1cc63d954.tar.gz gentoo-2-2dc3ca166dc0f5f4fc647b689a6fc9b1cc63d954.tar.bz2 gentoo-2-2dc3ca166dc0f5f4fc647b689a6fc9b1cc63d954.zip |
Stable for x86, wrt bug #453284
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-1.2.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 3aaf6e9c7e1f..983654a620a7 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.177 2013/01/25 12:07:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.178 2013/01/25 12:08:00 ago Exp $ + + 25 Jan 2013; Agostino Sarubbo <ago@gentoo.org> qemu-1.2.2-r2.ebuild: + Stable for x86, wrt bug #453284 25 Jan 2013; Agostino Sarubbo <ago@gentoo.org> qemu-1.2.2-r2.ebuild: Stable for amd64, wrt bug #453284 diff --git a/app-emulation/qemu/qemu-1.2.2-r2.ebuild b/app-emulation/qemu/qemu-1.2.2-r2.ebuild index 91f6a3f0c662..482469489d95 100644 --- a/app-emulation/qemu/qemu-1.2.2-r2.ebuild +++ b/app-emulation/qemu/qemu-1.2.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.2-r2.ebuild,v 1.3 2013/01/25 12:07:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.2-r2.ebuild,v 1.4 2013/01/25 12:08:00 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ else SRC_URI="mirror://sourceforge/kvm/${MY_PN}/${MY_P}.tar.gz ${BACKPORTS:+ http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" - KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |