diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-23 03:37:46 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-23 03:37:46 +0200 |
commit | 68131dc1ffe7ae4b240a780b66b9aac384410536 (patch) | |
tree | f17175a8b81d1dc7c2e6529af714335b439405fd /app-emulation/qemu | |
parent | media-libs/nas: x86 stable (bug #664320) (diff) | |
download | gentoo-68131dc1ffe7ae4b240a780b66b9aac384410536.tar.gz gentoo-68131dc1ffe7ae4b240a780b66b9aac384410536.tar.bz2 gentoo-68131dc1ffe7ae4b240a780b66b9aac384410536.zip |
app-emulation/qemu: x86 stable (bug #664062)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-2.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.12.1.ebuild b/app-emulation/qemu/qemu-2.12.1.ebuild index c48588c9d542..6cd64af4185c 100644 --- a/app-emulation/qemu/qemu-2.12.1.ebuild +++ b/app-emulation/qemu/qemu-2.12.1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd" # Gentoo specific patchsets: SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz" |