Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/ia64/, profiles/base/, profiles/arch/powerpc/, ...
Date: Fri, 26 Aug 2016 14:39:39
Message-Id: 1472222359.c3ae070037b42c89cc7ce9b2ec6e4bce6950c44a.whissi@gentoo
1 commit: c3ae070037b42c89cc7ce9b2ec6e4bce6950c44a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 14:16:17 2016 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 14:39:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ae0700
7
8 profiles: Mask numa USE for dev-db/percona-server for all but amd64, ia64, powerpc and x86
9
10 profiles/arch/amd64/package.use.mask | 4 ++++
11 profiles/arch/ia64/package.use.mask | 4 ++++
12 profiles/arch/powerpc/package.use.mask | 4 ++++
13 profiles/arch/x86/package.use.mask | 4 ++++
14 profiles/base/package.use.mask | 4 ++++
15 5 files changed, 20 insertions(+)
16
17 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
18 index 50d31af..aa560c7 100644
19 --- a/profiles/arch/amd64/package.use.mask
20 +++ b/profiles/arch/amd64/package.use.mask
21 @@ -18,6 +18,10 @@
22
23 #--- END OF EXAMPLES ---
24
25 +# Thomas Deutschmann <whissi@g.o> (26 Aug 2016)
26 +# Enable numa support on supported architectures
27 +dev-db/percona-server -numa
28 +
29 # Brian Evans <grknight@g.o> (23 Aug 2016)
30 # It's only supported on amd64
31 dev-db/percona-server -tokudb -tokudb-backup-plugin
32
33 diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
34 index c876ef5..6bb8be7 100644
35 --- a/profiles/arch/ia64/package.use.mask
36 +++ b/profiles/arch/ia64/package.use.mask
37 @@ -2,6 +2,10 @@
38 # Distributed under the terms of the GNU General Public License v2
39 # $Id$
40
41 +# Thomas Deutschmann <whissi@g.o> (26 Aug 2016)
42 +# Enable numa support on supported architectures
43 +dev-db/percona-server -numa
44 +
45 # Gilles Dartiguelongue <eva@g.o> (23 Aug 2016)
46 # Missing keywords on media-libs/grilo - bug #521972
47 media-sound/rhythmbox upnp-av
48
49 diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask
50 index a31e80e..9bd233a 100644
51 --- a/profiles/arch/powerpc/package.use.mask
52 +++ b/profiles/arch/powerpc/package.use.mask
53 @@ -2,6 +2,10 @@
54 # Distributed under the terms of the GNU General Public License v2
55 # $Id$
56
57 +# Thomas Deutschmann <whissi@g.o> (26 Aug 2016)
58 +# Enable numa support on supported architectures
59 +dev-db/percona-server -numa
60 +
61 # Pacho Ramos <pacho@g.o> (21 Aug 2016)
62 # gnat-gpl is being removed, bug #514074
63 mail-client/alpine topal
64
65 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
66 index 938d5de..368d17b 100644
67 --- a/profiles/arch/x86/package.use.mask
68 +++ b/profiles/arch/x86/package.use.mask
69 @@ -4,6 +4,10 @@
70
71 # This file requires >=portage-2.1.1
72
73 +# Thomas Deutschmann <whissi@g.o> (26 Aug 2016)
74 +# Enable numa support on supported architectures
75 +dev-db/percona-server -numa
76 +
77 # Brian Evans <grknight@g.o> (18 Aug 2016)
78 # Allow jdbc on this arch
79 dev-db/mariadb -jdbc
80
81 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
82 index fd827e1..6837d50 100644
83 --- a/profiles/base/package.use.mask
84 +++ b/profiles/base/package.use.mask
85 @@ -5,6 +5,10 @@
86 # This file requires >=portage-2.1.1
87 # New entries go on top.
88
89 +# Thomas Deutschmann <whissi@g.o> (26 Aug 2016)
90 +# It's only supported on amd64, ia64, powerpc and x86
91 +dev-db/percona-server numa
92 +
93 # Brian Evans <grknight@g.o> (23 Aug 2016)
94 # It's only supported on amd64
95 dev-db/percona-server tokudb tokudb-backup-plugin