Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/
Date: Sat, 01 Jan 2022 10:03:09
Message-Id: 1641030726.c39d9fa6e3d07434ccfb655efd604812712b8848.sam@gentoo
1 commit: c39d9fa6e3d07434ccfb655efd604812712b8848
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 09:52:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 09:52:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39d9fa6
7
8 profiles/prefix/darwin/macos: drop obsolete gdbm mask
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/prefix/darwin/macos/package.mask | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask
16 index 8db86fec4d07..7c44bbda818d 100644
17 --- a/profiles/prefix/darwin/macos/package.mask
18 +++ b/profiles/prefix/darwin/macos/package.mask
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # Sam James <sam@g.o> (2021-12-23)
25 @@ -8,9 +8,3 @@
26 # bug #829847
27 =app-editors/nano-5.9
28 =app-editors/nano-6.0
29 -
30 -# Sam James <sam@g.o> (2021-09-05)
31 -# gdbm-1.21 fails to build right now on macOS with:
32 -# ```gdbmshell.c:1013:54: error: ‘struct stat’ has no member named ‘st_mtim’```
33 -# bug #811792
34 -=sys-libs/gdbm-1.21