Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Wed, 28 Feb 2018 16:24:42
Message-Id: 1519835061.91a40d40c493c2c209f9f91f3909f4164d69b08f.grknight@gentoo
1 commit: 91a40d40c493c2c209f9f91f3909f4164d69b08f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 15:54:42 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 16:24:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a40d40
7
8 base/package.use.mask: Mask client-libs USE on mysql/mariadb
9
10 We want to force users into *not* installing the client libraries
11 from the server packages and instead use the C connectors.
12
13 This is a transition mask while it is tested, vetted and
14 package dependencies changed
15
16 profiles/base/package.use.mask | 6 ++++++
17 1 file changed, 6 insertions(+)
18
19 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
20 index c498bf2cbd9..36673af7049 100644
21 --- a/profiles/base/package.use.mask
22 +++ b/profiles/base/package.use.mask
23 @@ -7,6 +7,12 @@
24 # This file is only for generic masks. For arch-specific masks (i.e.
25 # mask everywhere, unmask on arch/*) use arch/base.
26
27 +# Brian Evans <grknight@g.o> (28 Feb 2018)
28 +# Mask client-libs USE to force users to install alternative standard pacakges
29 +dev-db/mariadb client-libs
30 +dev-db/mysql client-libs
31 +dev-db/percona-server client-libs
32 +
33 # Andreas Sturmlechner <asturm@g.o> (25 Feb 2018)
34 # Depends on obsolete media-libs/phonon[qt4]
35 dev-qt/designer:4 phonon