diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:58:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:58:44 +0000 |
commit | 3df8ef48bb2280d553ee2138cff52686355b26f8 (patch) | |
tree | 8c615f906f03b0d737ccdc0d342913a51e17592d /app-emulation | |
parent | Stable for amd64, wrt bug #474448 (diff) | |
download | gentoo-2-3df8ef48bb2280d553ee2138cff52686355b26f8.tar.gz gentoo-2-3df8ef48bb2280d553ee2138cff52686355b26f8.tar.bz2 gentoo-2-3df8ef48bb2280d553ee2138cff52686355b26f8.zip |
Stable for amd64, wrt bug #473426
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index d0b3e4ef276d..b754c5b112bb 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.220 2013/06/25 12:12:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.221 2013/06/25 12:58:44 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> qemu-1.4.2.ebuild: + Stable for amd64, wrt bug #473426 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> qemu-1.4.2.ebuild: Stable for x86, wrt bug #473426 diff --git a/app-emulation/qemu/qemu-1.4.2.ebuild b/app-emulation/qemu/qemu-1.4.2.ebuild index 68aced4e2aec..4e27ab01b3ca 100644 --- a/app-emulation/qemu/qemu-1.4.2.ebuild +++ b/app-emulation/qemu/qemu-1.4.2.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.4.2.ebuild,v 1.4 2013/06/25 12:12:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild,v 1.5 2013/06/25 12:58:44 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ http://dev.gentoo.org/~cardoe/distfiles/${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" |