Gentoo Archives: gentoo-commits

From: Nathan Phillip Brink <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
Date: Sat, 26 Sep 2015 03:48:25
Message-Id: 1443239201.e5250a3931555c7dbe897362f9c79ab567ae2135.binki@gentoo
1 commit: e5250a3931555c7dbe897362f9c79ab567ae2135
2 Author: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 03:46:41 2015 +0000
4 Commit: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 03:46:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5250a39
7
8 profiles: Prepare to add geany-plugins-1.25 for bug #555330.
9
10 profiles/arch/amd64/package.use.mask | 4 ++++
11 profiles/arch/x86/package.use.mask | 4 ++++
12 profiles/base/package.use.mask | 4 ++++
13 3 files changed, 12 insertions(+)
14
15 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
16 index c3e72b4..34f66e1 100644
17 --- a/profiles/arch/amd64/package.use.mask
18 +++ b/profiles/arch/amd64/package.use.mask
19 @@ -18,6 +18,10 @@
20
21 #--- END OF EXAMPLES ---
22
23 +# Nathan Phillip Brink <binki@g.o> (26 Sep 2015)
24 +# git useflag requires dev-libs/libgit2 which few arches support
25 +dev-util/geany-plugins -git
26 +
27 # Brian Evans <grknight@g.o (14 Sep 2015)
28 # Unmask new USE flags for mariadb on supported arches
29 >=dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera
30
31 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
32 index 356e984..c1fde56 100644
33 --- a/profiles/arch/x86/package.use.mask
34 +++ b/profiles/arch/x86/package.use.mask
35 @@ -4,6 +4,10 @@
36
37 # This file requires >=portage-2.1.1
38
39 +# Nathan Phillip Brink <binki@g.o> (26 Sep 2015)
40 +# git useflag requires dev-libs/libgit2 which few arches support
41 +dev-util/geany-plugins -git
42 +
43 # Brian Evans <grknight@g.o (14 Sep 2015)
44 # Unmask new USE flags for mariadb on supported arches
45 >=dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera
46
47 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
48 index e057e98..cc2e933 100644
49 --- a/profiles/base/package.use.mask
50 +++ b/profiles/base/package.use.mask
51 @@ -5,6 +5,10 @@
52 # This file requires >=portage-2.1.1
53 # New entries go on top.
54
55 +# Nathan Phillip Brink <binki@g.o> (26 Sep 2015)
56 +# git useflag requires dev-libs/libgit2 which few arches support
57 +dev-util/geany-plugins git
58 +
59 # Pawel Hajdan jr <phajdan.jr@g.o> (25 Sep 2015)
60 # Upstream gtk3 support is experimental:
61 # https://code.google.com/p/chromium/issues/detail?id=132847