diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2010-09-06 10:49:53 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2010-09-06 10:49:53 +0000 |
commit | 07b6a71b0e67c4e49b58de04a0943e4b552ffa04 (patch) | |
tree | 9e4cf362cfebedb7e9acbbb3a087bb28a6b8be76 /app-emulation/qemu-kvm | |
parent | Removing keywords from 0.12.5-r1 until it is fixed. See #336162 (diff) | |
download | gentoo-2-07b6a71b0e67c4e49b58de04a0943e4b552ffa04.tar.gz gentoo-2-07b6a71b0e67c4e49b58de04a0943e4b552ffa04.tar.bz2 gentoo-2-07b6a71b0e67c4e49b58de04a0943e4b552ffa04.zip |
Fix typo in brltty vs brlapi
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu-kvm')
-rw-r--r-- | app-emulation/qemu-kvm/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.12.5-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog index eb4657ce5f23..8039a91d277c 100644 --- a/app-emulation/qemu-kvm/ChangeLog +++ b/app-emulation/qemu-kvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-kvm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.40 2010/09/06 10:37:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.41 2010/09/06 10:49:53 lu_zero Exp $ + + 06 Sep 2010; Luca Barbato <lu_zero@gentoo.org> qemu-kvm-0.12.5-r1.ebuild: + Fix typo in brltty vs brlapi 06 Sep 2010; Patrick Lauer <patrick@gentoo.org> qemu-kvm-0.12.5-r1.ebuild: Removing keywords from 0.12.5-r1 until it is fixed. See #336162 diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.12.5-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.12.5-r1.ebuild index 8143eb180964..393d3a1f0726 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.12.5-r1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.12.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.5-r1.ebuild,v 1.3 2010/09/06 10:37:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.5-r1.ebuild,v 1.4 2010/09/06 10:49:53 lu_zero Exp $ BACKPORTS=1 @@ -20,7 +20,7 @@ else SRC_URI="mirror://sourceforge/kvm/${PN}/${P}.tar.gz ${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}" #KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - KEYWORDS="" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" @@ -171,7 +171,7 @@ src_configure() { use sasl || conf_opts="${conf_opts} --disable-vnc-sasl" use sdl || conf_opts="${conf_opts} --disable-sdl" use vde || conf_opts="${conf_opts} --disable-vde" - conf_opts="${conf_opts} $(use_enable brltty)" + conf_opts="${conf_opts} $(use_enable brltty brlapi)" # conf_opts="${conf_opts} $(use_enable xen)" conf_opts="${conf_opts} --disable-xen" conf_opts="${conf_opts} --disable-darwin-user --disable-bsd-user" |