diff options
author | 2023-08-17 13:47:05 +0800 | |
---|---|---|
committer | 2023-08-17 13:54:00 +0800 | |
commit | 7116058359db84306bed6fa695da1e06a6f7bd3b (patch) | |
tree | 996fcdd4a6c2b46b2f29f51a10d288d1556ed8bd /profiles/prefix | |
parent | xfce-base/garcon: Remove old (diff) | |
download | gentoo-7116058359db84306bed6fa695da1e06a6f7bd3b.tar.gz gentoo-7116058359db84306bed6fa695da1e06a6f7bd3b.tar.bz2 gentoo-7116058359db84306bed6fa695da1e06a6f7bd3b.zip |
profiles/prefix/darwin/macos: mask dev-libs/libbsd and its USE flag.
We should make a `virtual/libbsd` when we accumulate enough
`!elibc_Darwin? ( dev-libs/libbsd )` dependencies.
Reported-by: Jiajie Chen <jiegec@qq.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 5 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/package.use.mask | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index fe6ed33ee38a..fe20a13c6b56 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <heroxbd@gentoo.org> (2023-08-18) +# strlcpy and other BSD functions are available in the libc of macOS. +# Should not use libbsd. +dev-libs/libbsd + # Benda Xu <heroxbd@gentoo.org> (2023-08-01) # embrace guile-3. (bug #825334) media-sound/lilypond diff --git a/profiles/prefix/darwin/macos/package.use.mask b/profiles/prefix/darwin/macos/package.use.mask index 84c2d35a928c..fb4617ec5e85 100644 --- a/profiles/prefix/darwin/macos/package.use.mask +++ b/profiles/prefix/darwin/macos/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <heroxbd@gentoo.org> (2023-08-18) +# strlcpy and other BSD functions are available in the libc of macOS. +# Should not use libbsd. +net-libs/zeromq libbsd + # Fabian Groffen <grobian@gentoo.org> (2022-02-13) # we have virtual/gsasl keyworded mail-client/mutt -gsasl |