commit: 2fac2703455ff89b973f4704fbec0c931a5948fa Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Jan 23 21:03:13 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Jan 23 21:03:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fac2703
profiles/features/musl/package.mask: mask net-misc/mcproxy Closes: https://bugs.gentoo.org/830082 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/features/musl/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index a4ca6bcf9e00..4d3f75c16632 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki <[email protected]> (2024-01-23) +# Uses glibc function getsourcefilter(), +# which are not available on musl. +net-misc/mcproxy + # Giuseppe Foti <[email protected]> (2024-01-22) # Binary package, which is compiled against glibc app-office/drawio-desktop-bin
