diff options
author | Brian Evans <grknight@gentoo.org> | 2019-03-15 15:08:21 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-03-15 15:08:21 -0400 |
commit | 36137d382667cf96e8fa52481d598d40e9bed861 (patch) | |
tree | 1a67cda7ce730c4003a78b8d83cbce697da66e37 /profiles/base | |
parent | dev-db/mariadb-connector-c: Begin to drop the mysqlcompat USE flag (diff) | |
download | gentoo-36137d382667cf96e8fa52481d598d40e9bed861.tar.gz gentoo-36137d382667cf96e8fa52481d598d40e9bed861.tar.bz2 gentoo-36137d382667cf96e8fa52481d598d40e9bed861.zip |
profiles: Mask mysqlcompat USE on mariadb-connector-c
And the one consumer package media-tv/kodi
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 7f528dec41a2..853ae83e6811 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,13 @@ # 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> (15 Mar 2019) +# Prepare to remove the mysqlcompat USE from mariadb-connector-c +# Has multiple issues including symlinks and threading. +# Packages should use and access libmariadb.so instead +dev-db/mariadb-connector-c mysqlcompat +media-tv/kodi mariadb + # Georgy Yakovlev <gyakovlev@gentoo.org> (05 Mar 2019) # Not keyworded on non-x86 arches app-admin/conserver freeipmi |