Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sat, 03 Sep 2016 16:59:13
Message-Id: 1472921861.6f1b13e18bea33d2f702f7c2b438e12ecbab51da.floppym@gentoo
1 commit: 6f1b13e18bea33d2f702f7c2b438e12ecbab51da
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 16:57:41 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 16:57:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1b13e1
7
8 profiles/base/use.mask: re-order entries to match existing format
9
10 profiles/base/use.mask | 30 +++++++++++++++---------------
11 1 file changed, 15 insertions(+), 15 deletions(-)
12
13 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
14 index cc23736..7049587 100644
15 --- a/profiles/base/use.mask
16 +++ b/profiles/base/use.mask
17 @@ -2,21 +2,6 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -# Brian Evans <grknight@g.o> (22 Aug 2016)
22 -# php 5.5 is end of life, masked for removal
23 -php_targets_php5-5
24 -
25 -# Brian Evans <grknight@g.o> (2 Dec 2015)
26 -# php 5.4 is end of life, masked for removal
27 -php_targets_php5-4
28 -
29 -# Daniel Kuehn <lejonet@g.o> (13 Nov 2015)
30 -# Masking sssd USE-flag globally and unmasking it on the tested arches
31 -# to stop minor arches from blocking major arches AND prevent the dropping
32 -# of keywords on sudo for said minor arches, in regards to ssd and sudo bugs
33 -# 540540 and 525674
34 -sssd
35 -
36 # cilk has been ported only to x86 systems
37 cilk
38
39 @@ -397,6 +382,21 @@ openrc-force
40 # sys-libs/libapparmor
41 apparmor
42
43 +# Daniel Kuehn <lejonet@g.o> (13 Nov 2015)
44 +# Masking sssd USE-flag globally and unmasking it on the tested arches
45 +# to stop minor arches from blocking major arches AND prevent the dropping
46 +# of keywords on sudo for said minor arches, in regards to ssd and sudo bugs
47 +# 540540 and 525674
48 +sssd
49 +
50 +# Brian Evans <grknight@g.o> (2 Dec 2015)
51 +# php 5.4 is end of life, masked for removal
52 +php_targets_php5-4
53 +
54 +# Brian Evans <grknight@g.o> (22 Aug 2016)
55 +# php 5.5 is end of life, masked for removal
56 +php_targets_php5-5
57 +
58 # Mike Gilbert <floppym@g.o> (03 Sep 2016)
59 # Python 3.3 is being removed from Gentoo.
60 python_targets_python3_3