commit: b44a1e8690e8ea2d8cac5263380c41357bad9466 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Wed Jul 9 06:21:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 13 06:45:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44a1e86
profiles/features/musl: Mask anydesk Proprietary software compiled against glibc. Fixed incorrect date in entry below also. Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42935 Closes: https://github.com/gentoo/gentoo/pull/42935 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 25f0c3f1c286..4eb79b205355 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,11 +1,15 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ian Jordan <[email protected]> (2025-07-13) +# Binary is compiled against glibc +net-misc/anydesk + # Sam James <[email protected]> (2025-07-12) # Not ported to musl (bug #939569, https://github.com/oracle/dtrace-utils/issues/87) dev-debug/dtrace -# PPN-SD <[email protected]> (2025-08-07) +# PPN-SD <[email protected]> (2025-07-07) # it requires termio.h (glibc) app-emulation/ski
