commit: 1e4b453985cbfcc2beb2c2b52e7a0a4d2d967d2e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 16 23:51:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 16 23:51:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4b4539
profiles: unmask =dev-vcs/git-2.43.2 pkgcheck now has a workaround in stable and it's not a build-time failure so we can unmask this safely w/o worrying about upgrade ordering or anything. Closes: https://bugs.gentoo.org/924718 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 71d47dd243cd..f3e8046d20c8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -37,10 +37,6 @@ # Lots of changes, including a port to a new build system. Needs lots of testing. =sys-apps/gentoo-functions-1* -# Michał Górny <[email protected]> (2024-02-16) -# Breaks dev-util/pkgcheck. Masked until we resolve that. Bug #924718. -=dev-vcs/git-2.43.2 - # Sam James <[email protected]> (2024-02-15) # May break on some arches b/c of visibility/map changes to ffi_type_longdouble =dev-libs/libffi-3.4.5
