summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-08-04 08:19:37 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-08-04 08:19:37 +0000
commit781ad2c9fcadd1b902b3d3df4cd245c62687f9bf (patch)
tree6815b54658da60d699ceec2b6b71c2a8b836c9db /app-emulation
parentStable for x86, wrt bug #556630 (diff)
downloadgentoo-2-781ad2c9fcadd1b902b3d3df4cd245c62687f9bf.tar.gz
gentoo-2-781ad2c9fcadd1b902b3d3df4cd245c62687f9bf.tar.bz2
gentoo-2-781ad2c9fcadd1b902b3d3df4cd245c62687f9bf.zip
Stable for x86, wrt bug #556630
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu-guest-agent/ChangeLog5
-rw-r--r--app-emulation/qemu-guest-agent/qemu-guest-agent-2.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu-guest-agent/ChangeLog b/app-emulation/qemu-guest-agent/ChangeLog
index 14b2dec65081..1bab60cf0a70 100644
--- a/app-emulation/qemu-guest-agent/ChangeLog
+++ b/app-emulation/qemu-guest-agent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu-guest-agent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v 1.23 2015/08/04 08:18:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v 1.24 2015/08/04 08:19:37 ago Exp $
+
+ 04 Aug 2015; Agostino Sarubbo <ago@gentoo.org> qemu-guest-agent-2.3.0.ebuild:
+ Stable for x86, wrt bug #556630
04 Aug 2015; Agostino Sarubbo <ago@gentoo.org> qemu-guest-agent-2.3.0.ebuild:
Stable for amd64, wrt bug #556630
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.3.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.3.0.ebuild
index 0417b3cfb0ac..fc3fa9fd0843 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.3.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.3.0.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-guest-agent/qemu-guest-agent-2.3.0.ebuild,v 1.2 2015/08/04 08:18:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/qemu-guest-agent-2.3.0.ebuild,v 1.3 2015/08/04 08:19:37 ago Exp $
EAPI=5
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-2
else
SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2"
- KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+ KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
fi
DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"