diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-08-20 16:31:38 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-08-20 16:44:03 +0800 |
commit | 557ecf4547bb6852c18ff82df9387b7874e7a023 (patch) | |
tree | 9ab6dddb241b2e0fd6386cfcec1bb9ae622e1d4a /profiles | |
parent | dev-python/ipykernel: drop debugpy dependency on macOS. (diff) | |
download | gentoo-557ecf4547bb6852c18ff82df9387b7874e7a023.tar.gz gentoo-557ecf4547bb6852c18ff82df9387b7874e7a023.tar.bz2 gentoo-557ecf4547bb6852c18ff82df9387b7874e7a023.zip |
profiles/prefix/darwin/macos: mask debugpy and pydevd.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index fe20a13c6b56..ecf4cb96a7eb 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,14 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <heroxbd@gentoo.org> (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 <heroxbd@gentoo.org> (2023-08-18) # strlcpy and other BSD functions are available in the libc of macOS. # Should not use libbsd. |