diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:19:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:19:14 +0200 |
commit | f3be1b95ce104aa92318e1b330dda60774f603ef (patch) | |
tree | 8cd79b986c9431dd96b4d23173e803a5793eec36 | |
parent | 627d91f5cfdb5733db76c7baa6766a6588a98fbf (diff) | |
download | gentoo-f3be1b95ce104aa92318e1b330dda60774f603ef.tar.gz gentoo-f3be1b95ce104aa92318e1b330dda60774f603ef.tar.xz |
app-emulation/qemu-guest-agent: amd64 stable wrt bug #558416
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.4.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.4.0.ebuild index d17bb83b7bd..51dba6db9d1 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.4.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.4.0.ebuild @@ -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" |