diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-28 15:04:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-28 15:04:29 +0000 |
commit | 91353fe7e204fff5ef21e89efc838978b27b64bc (patch) | |
tree | 3393edec27f948ec2b871f28f47d81607d47273f /app-emulation/qemu | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-91353fe7e204fff5ef21e89efc838978b27b64bc.tar.gz gentoo-2-91353fe7e204fff5ef21e89efc838978b27b64bc.tar.bz2 gentoo-2-91353fe7e204fff5ef21e89efc838978b27b64bc.zip |
Stable for amd64, wrt bug #556052
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-2.3.0-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 85a0abea1ae4..db11eefde684 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.339 2015/07/27 19:32:48 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.340 2015/07/28 15:04:29 ago Exp $ + + 28 Jul 2015; Agostino Sarubbo <ago@gentoo.org> qemu-2.3.0-r4.ebuild: + Stable for amd64, wrt bug #556052 *qemu-2.3.0-r4 (27 Jul 2015) diff --git a/app-emulation/qemu/qemu-2.3.0-r4.ebuild b/app-emulation/qemu/qemu-2.3.0-r4.ebuild index 7de29b362176..2cdf54196511 100644 --- a/app-emulation/qemu/qemu-2.3.0-r4.ebuild +++ b/app-emulation/qemu/qemu-2.3.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.3.0-r4.ebuild,v 1.1 2015/07/27 19:32:48 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.3.0-r4.ebuild,v 1.2 2015/07/28 15:04:29 ago Exp $ EAPI=5 @@ -20,7 +20,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" |