diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-08-30 22:48:55 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-08-30 22:48:55 +0000 |
commit | c47c57f068f617df80428280c1fffca49e361030 (patch) | |
tree | 66644bde08de70d268ae86b10af4a520911f9886 /profiles | |
parent | Re-remove json 1.2.2 since chef-* was fixed. (diff) | |
download | gentoo-2-c47c57f068f617df80428280c1fffca49e361030.tar.gz gentoo-2-c47c57f068f617df80428280c1fffca49e361030.tar.bz2 gentoo-2-c47c57f068f617df80428280c1fffca49e361030.zip |
Disable the xcb backend by default in <x11-libs/cairo-1.10 since its not considered stable or valid to really use.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index a42076f81b8e..3dcbe6ffa96c 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,8 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use,v 1.26 2009/12/04 19:54:54 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use,v 1.27 2010/08/30 22:48:55 cardoe Exp $ # Zac Medico <zmedico@gentoo.org> (04 Dec 2009) # Bug #295615 - Disable cxx by default, in order to avoid a die # in pkg_setup with default USE settings (cxx requires sasl). net-nds/openldap -cxx + +# Doug Goldstein <cardoe@gentoo.org> (30 Aug 2010) +# bug #332077 - Disable xcb backend by default for cairo-1.10. Its not +# really prime time ready prior to cairo-1.10 +<x11-libs/cairo-1.10 -xcb |