diff options
author | 2021-09-05 22:01:01 +0100 | |
---|---|---|
committer | 2021-09-05 22:01:15 +0100 | |
commit | e99f31a5af18d07c3f58f516278786c015a33e6a (patch) | |
tree | 2e7c1f794a8b47b82483a046f4bbf7c8c2bbe496 /profiles/prefix | |
parent | sys-process/htop: disable affinity on Darwin (diff) | |
download | gentoo-e99f31a5af18d07c3f58f516278786c015a33e6a.tar.gz gentoo-e99f31a5af18d07c3f58f516278786c015a33e6a.tar.bz2 gentoo-e99f31a5af18d07c3f58f516278786c015a33e6a.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 70b202547e6d..643431b48593 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 <sam@gentoo.org> (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 |