commit:     7116058359db84306bed6fa695da1e06a6f7bd3b
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 05:47:05 2023 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 05:54:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71160583

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 <AT> qq.com>
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 profiles/prefix/darwin/macos/package.mask     | 5 +++++
 profiles/prefix/darwin/macos/package.use.mask | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

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 <[email protected]> (2023-08-18)
+# strlcpy and other BSD functions are available in the libc of macOS.
+# Should not use libbsd.
+dev-libs/libbsd
+
 # Benda Xu <[email protected]> (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 <[email protected]> (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 <[email protected]> (2022-02-13)
 # we have virtual/gsasl keyworded
 mail-client/mutt -gsasl

Reply via email to