diff options
author | 2015-07-06 12:17:12 +0000 | |
---|---|---|
committer | 2015-07-06 12:17:12 +0000 | |
commit | 9617c88b74a772b22d6dc29ff21cf0ef03afc641 (patch) | |
tree | 6b4e2485f159a359c9dc549b2d0b21f3b8f0db97 /app-emulation | |
parent | Stable for amd64, wrt bug #551752 (diff) | |
download | gentoo-2-9617c88b74a772b22d6dc29ff21cf0ef03afc641.tar.gz gentoo-2-9617c88b74a772b22d6dc29ff21cf0ef03afc641.tar.bz2 gentoo-2-9617c88b74a772b22d6dc29ff21cf0ef03afc641.zip |
Stable for amd64, wrt bug #551752
(Portage version: 2.2.18/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-2.3.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 75ebc8233aa5..245fd27645d3 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.331 2015/06/12 14:19:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.332 2015/07/06 12:17:12 ago Exp $ + + 06 Jul 2015; Agostino Sarubbo <ago@gentoo.org> qemu-2.3.0-r2.ebuild: + Stable for amd64, wrt bug #551752 *qemu-2.3.0-r2 (12 Jun 2015) diff --git a/app-emulation/qemu/qemu-2.3.0-r2.ebuild b/app-emulation/qemu/qemu-2.3.0-r2.ebuild index fbc843b48c5c..634687981f36 100644 --- a/app-emulation/qemu/qemu-2.3.0-r2.ebuild +++ b/app-emulation/qemu/qemu-2.3.0-r2.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-r2.ebuild,v 1.1 2015/06/12 14:19:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.3.0-r2.ebuild,v 1.2 2015/07/06 12:17:12 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" |