commit: f533f19a24feecb95b9adf96abe7fd7c9e682bd4 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sat Jan 6 02:44:26 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Jan 6 02:45:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f533f19a
profiles/features/musl: mask dev-util/azuredatastudio on musl Signed-off-by: Maciej Barć <xgqt <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 12725fefed40..45a6a8a2f4b4 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Maciej Barć <[email protected]> (2024-01-06) +# Binary package, which is compiled against glibc +dev-util/azuredatastudio + # Florian Schmaus <[email protected]> (2023-11-22) # Requires systemd which is not supported on musl. sys-power/sandmann-bin
