commit: d407d986f56e449fd699a403ffa9138463fbe029 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Feb 7 20:23:03 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 20:29:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d407d986
profiles: unmask msgpack-5 All dev-libs/msgpack revdeps currently in the tree have already been tested. Status: - sci-libs/rocBLAS fails to build, has been limited to older versions for now - dev-libs/mmtf-cpp complains at build time about not being able to find the relevant package, however the warning itself is harmless (mmtf-cpp is a header-only library whose build scripts do not actually do anything with the output of "find_package(msgpack)"), and ebuild dependencies have been adjusted to make sure the C++ msgpack library IS present one way or another - all the others either have worked out of the box or could have easily been modified to handle newer versions In light of which, IMHO there is no need to keep new msgpack masked until March. Bug: https://bugs.gentoo.org/893006 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/package.mask | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index abcd3bc34c5b..eeee93ac2cfa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -90,12 +90,6 @@ dev-python/google-reauth-python dev-python/oauth2client net-misc/gsutil -# Marek Szuba <[email protected]> (2023-02-03) -# New major version with breaking changes, mask until 2023-03-03 -# for revdep testing and porting. Bug #893006. ->=dev-cpp/msgpack-cxx-5.0.0 ->=dev-libs/msgpack-5.0.0 - # Michał Górny <[email protected]> (2023-02-02) # dev-python/citeproc-py requires dev-python/nose and is not maintained # upstream. Its only revdep, dev-python/duecredit has no reverse
