dev-db/mysql: bump
- Remove USE=static which is broken upstream:
CMake Error at scripts/CMakeLists.txt:395 (GET_TARGET_PROPERTY):
get_target_property() called with non-existent target "libmysql".
- Remove subslot because we don't install any lib anymore (USE=client-lib
was removed)
- Update DEPEND/RDEPEND
- Die early in pkg_setup instead of src_test
- Limit MTR_PARALLEL to 4 instead of "auto" to avoid test failures
because other settings like ulimit, fs.aio-max-nr must allow running
so many servers in parallel. User can still override.
- Disable test "auth_sec.keyring_file_data_qa" by default which won't
work in sandbox/with user privs.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>