diff options
author | Brian Evans <grknight@gentoo.org> | 2019-06-11 15:07:54 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-06-11 15:07:54 -0400 |
commit | 50008ba7de88d310cea4a2f635f74446693f9ea6 (patch) | |
tree | 0346265b0d5e00c626719ad420f7272795af7216 /profiles | |
parent | virtual/libmysqlclient: New version (diff) | |
download | gentoo-50008ba7de88d310cea4a2f635f74446693f9ea6.tar.gz gentoo-50008ba7de88d310cea4a2f635f74446693f9ea6.tar.bz2 gentoo-50008ba7de88d310cea4a2f635f74446693f9ea6.zip |
profiles: Add masks for newly added packages in testing
dev-db/mysql-connector-c introduces some API breakage and needs to be
validated across all packages
Known failures:
net-analyzer/net-snmp
sys-auth/libnss-mysql
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 4b9cec10c677..616e62b2c2bb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,14 @@ #--- END OF EXAMPLES --- +# Brian Evans <grknight@gentoo.org> (11 Jun 2019) +# Mask these packages for further testing +# There is known API breakage and some packages fail, +# particuarly with "my_bool" dropped for "bool" +>=dev-db/myodbc-8.0 +>=dev-db/mysql-connector-c-8.0 +~virtual/libmysqlclient-21 + # James Le Cuirot <chewi@gentoo.org> (9 Jun 2019) # Dead upstream, no release since 2008, not used by anything, possibly # doesn't work any more. Removal in 30 days. |