diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:40 +0200 |
commit | 4bb159a98db35423944ab8e4c1626cb0a19caebb (patch) | |
tree | 75b4f85f956b9ed869db009a5a81b50b7aa742e8 /app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild | |
parent | app-emacs: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-4bb159a98db35423944ab8e4c1626cb0a19caebb.tar.gz gentoo-4bb159a98db35423944ab8e4c1626cb0a19caebb.tar.bz2 gentoo-4bb159a98db35423944ab8e4c1626cb0a19caebb.zip |
app-emulation: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild')
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild index 00cdc52433d6..85d6f1db112c 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild @@ -11,7 +11,7 @@ MY_PN="qemu" MY_P="${MY_PN}-${PV}" SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.xz" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86" DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM" HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent" |