commit: e99f31a5af18d07c3f58f516278786c015a33e6a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 5 21:01:01 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 5 21:01:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99f31a5
profiles/prefix/darwin/macos: mask =sys-libs/gdbm-1.21 (fails to build) Bug: https://bugs.gentoo.org/811792 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 70b202547e6..643431b4859 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,3 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-09-05) +# gdbm-1.21 fails to build right now on macOS with: +# ```gdbmshell.c:1013:54: error: ‘struct stat’ has no member named ‘st_mtim’``` +# bug #811792 +=sys-libs/gdbm-1.21
