diff options
author | Brian Evans <grknight@gentoo.org> | 2018-02-28 10:54:42 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-02-28 11:24:21 -0500 |
commit | 91a40d40c493c2c209f9f91f3909f4164d69b08f (patch) | |
tree | 1d82133147261d04b525a56b11da554ead26e3e4 /profiles/base | |
parent | virtual/mysql: Revbump to include mariadb 10.3; drop old (diff) | |
download | gentoo-91a40d40c493c2c209f9f91f3909f4164d69b08f.tar.gz gentoo-91a40d40c493c2c209f9f91f3909f4164d69b08f.tar.bz2 gentoo-91a40d40c493c2c209f9f91f3909f4164d69b08f.zip |
base/package.use.mask: Mask client-libs USE on mysql/mariadb
We want to force users into *not* installing the client libraries
from the server packages and instead use the C connectors.
This is a transition mask while it is tested, vetted and
package dependencies changed
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index c498bf2cbd90..36673af7049a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <grknight@gentoo.org> (28 Feb 2018) +# Mask client-libs USE to force users to install alternative standard pacakges +dev-db/mariadb client-libs +dev-db/mysql client-libs +dev-db/percona-server client-libs + # Andreas Sturmlechner <asturm@gentoo.org> (25 Feb 2018) # Depends on obsolete media-libs/phonon[qt4] dev-qt/designer:4 phonon |