Skip to content

Commit

Permalink
profiles/prefix/darwin/macos: mask debugpy and pydevd.
Browse files Browse the repository at this point in the history
Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
heroxbd committed Aug 20, 2023
1 parent a871e8a commit 557ecf4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions profiles/prefix/darwin/macos/package.mask
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Benda Xu <[email protected]> (2023-08-20)
# Does not play well with linkers under macOS.
# Undefined symbols for architecture x86_64:
# "_main", referenced from:
# implicit entry/start for main executable
dev-python/pydevd
dev-python/debugpy

# Benda Xu <[email protected]> (2023-08-18)
# strlcpy and other BSD functions are available in the libc of macOS.
# Should not use libbsd.
Expand Down

0 comments on commit 557ecf4

Please sign in to comment.