Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux: use.mask
Date: Mon, 27 Aug 2012 15:20:27
Message-Id: 20120827151958.29CCB20919@flycatcher.gentoo.org
1 flameeyes 12/08/27 15:19:58
2
3 Modified: use.mask
4 Log:
5 Mask netlink USE flag on non-Linux profiles.
6
7 Revision Changes Path
8 1.4 profiles/default/linux/use.mask
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/use.mask?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/use.mask?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/use.mask?r1=1.3&r2=1.4
13
14 Index: use.mask
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/use.mask,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- use.mask 29 Mar 2011 01:58:48 -0000 1.3
21 +++ use.mask 27 Aug 2012 15:19:57 -0000 1.4
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2011 Gentoo Foundation.
24 +# Copyright 1999-2012 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/use.mask,v 1.3 2011/03/29 01:58:48 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/use.mask,v 1.4 2012/08/27 15:19:57 flameeyes Exp $
28
29 # This file masks out USE flags that are simply NOT allowed in the default
30 # profile for any architecture. This works, for example, if a non-default
31 @@ -12,3 +12,7 @@
32
33 # ppc and x86/amd64
34 x264
35 +
36 +# Diego Elio Pettenò <flameeyes@g.o> (27 Aug 2012)
37 +# netlink is a Linux-specific interface
38 +-netlink