Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/base: package.use.mask
Date: Fri, 02 May 2014 12:17:31
Message-Id: 20140502121727.2F4262004E@flycatcher.gentoo.org
1 tomwij 14/05/02 12:17:27
2
3 Modified: package.use.mask
4 Log:
5 Mask Bluetooth support in MATE due to BlueZ incompatibilities.
6
7 Revision Changes Path
8 1.567 profiles/base/package.use.mask
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.567&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.567&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.566&r2=1.567
13
14 Index: package.use.mask
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
17 retrieving revision 1.566
18 retrieving revision 1.567
19 diff -u -r1.566 -r1.567
20 --- package.use.mask 26 Apr 2014 11:03:58 -0000 1.566
21 +++ package.use.mask 2 May 2014 12:17:26 -0000 1.567
22 @@ -1,11 +1,22 @@
23 # Copyright 1999-2014 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.566 2014/04/26 11:03:58 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.567 2014/05/02 12:17:26 tomwij Exp $
27
28 # This file requires >=portage-2.1.1
29 # New entries go on top.
30 #
31
32 +# Tom Wijsman <TomWij@g.o> (02 May 2014)
33 +# Bluetooth support in MATE has incompatibilities with recent BlueZ versions.
34 +# If you want to try to get this working, unmask net-wireless/mate-bluetooth as
35 +# well as the bluetooth USE flag on mate-extra/mate-user-share; I can't support
36 +# this until the relevant upstreams have moved forward with their compatibility.
37 +#
38 +# https://bugs.gentoo.org/show_bug.cgi?id=508086
39 +# https://github.com/mate-desktop/mate-bluetooth/issues/22
40 +# http://mate-desktop.org/blog/2014-03-11-mate-desktop-singing-the-bluez
41 +mate-extra/mate-user-share bluetooth
42 +
43 # Michał Górny <mgorny@g.o> (26 Apr 2014)
44 # (on behalf of Python team)
45 # Keep 2.6 enabled to ease the migration.