diff options
author | 2012-01-17 20:25:30 +0000 | |
---|---|---|
committer | 2012-01-17 20:25:30 +0000 | |
commit | 62e51c08b2a320e0388d60c4fedb3e507ebc9034 (patch) | |
tree | 420f563e5dd51b5eea94926356ed19563e4bdf7d | |
parent | remove vulnerable versions (diff) | |
download | historical-62e51c08b2a320e0388d60c4fedb3e507ebc9034.tar.gz historical-62e51c08b2a320e0388d60c4fedb3e507ebc9034.tar.bz2 historical-62e51c08b2a320e0388d60c4fedb3e507ebc9034.zip |
Mask the spice USE flag on app-emulation/qemu-kvm since the SPICE server isn't supported on 32 bit platforms.
-rw-r--r-- | profiles/arch/x86/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/arch/x86/ChangeLog b/profiles/arch/x86/ChangeLog index e7e27a1ec18b..00557f91976c 100644 --- a/profiles/arch/x86/ChangeLog +++ b/profiles/arch/x86/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.89 2012/01/09 04:36:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.90 2012/01/17 20:25:30 cardoe Exp $ + + 17 Jan 2012; Doug Goldstein <cardoe@gentoo.org> package.use.mask: + Mask the spice USE flag on app-emulation/qemu-kvm since the SPICE server + isn't supported on 32 bit platforms. 09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask: Unmask USE="jit" for webkit-gtk (bug #396313). diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index eb374e91f47a..757348f343f0 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,9 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.75 2012/01/09 04:36:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.76 2012/01/17 20:25:30 cardoe Exp $ # This file requires >=portage-2.1.1 +# Doug Goldstein <cardoe@gentoo.org> (17 Jan 2012) +# The SPICE server is only supported on 64-bit platforms and not on 32-bit +app-emulation/qemu-kvm spice + # Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012) # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so # it's masked in base profile and unmasked here (bug #396313). |