diff options
author | 2013-05-07 20:05:10 +0000 | |
---|---|---|
committer | 2013-05-07 20:05:10 +0000 | |
commit | 312b0ed9ae9dcd8200ef13d6b720b6597aecb653 (patch) | |
tree | 42cd05ea84c5d2e85b061b40b61e33d96ad5dc8f /app-emulation/qemu/qemu-1.4.0-r1.ebuild | |
parent | Stable for x86, wrt bug #468920 (diff) | |
download | historical-312b0ed9ae9dcd8200ef13d6b720b6597aecb653.tar.gz historical-312b0ed9ae9dcd8200ef13d6b720b6597aecb653.tar.bz2 historical-312b0ed9ae9dcd8200ef13d6b720b6597aecb653.zip |
accidentally keyworded for amd64
Package-Manager: portage-2.1.11.63/cvs/Linux x86_64
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'app-emulation/qemu/qemu-1.4.0-r1.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-1.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-1.4.0-r1.ebuild b/app-emulation/qemu/qemu-1.4.0-r1.ebuild index e2455e6c7905..88662d9502ca 100644 --- a/app-emulation/qemu/qemu-1.4.0-r1.ebuild +++ b/app-emulation/qemu/qemu-1.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0-r1.ebuild,v 1.4 2013/05/07 19:34:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0-r1.ebuild,v 1.5 2013/05/07 20:05:08 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ else SRC_URI="http://wiki.qemu-project.org/download//${P}.tar.bz2 ${BACKPORTS:+ http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" - KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" + KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |