From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82C28138334 for ; Mon, 1 Oct 2018 21:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B3AE0966; Mon, 1 Oct 2018 21:47:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16F84E0935 for ; Mon, 1 Oct 2018 21:47:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D49833D7C2 for ; Mon, 1 Oct 2018 21:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0910E438 for ; Mon, 1 Oct 2018 21:47:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1538430406.e9e5a51ec9cc3846f965d6289c6dc51c637aff3a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild X-VCS-Directories: app-emulation/qemu-guest-agent/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e9e5a51ec9cc3846f965d6289c6dc51c637aff3a X-VCS-Branch: master Date: Mon, 1 Oct 2018 21:47:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2ac3de15-15a2-4653-bb4e-2a6c75417dae X-Archives-Hash: b2ac6271a078dfbda3d3afd50cb51a5c commit: e9e5a51ec9cc3846f965d6289c6dc51c637aff3a Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Oct 1 21:37:00 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Oct 1 21:46:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e5a51e app-emulation/qemu-guest-agent: x86 stable (bug #666098) Signed-off-by: Thomas Deutschmann gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild index ec4616852a8..7b3fd047e29 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ MY_PN="qemu" MY_P="${MY_PN}-${PV}" 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" DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM" HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent"