summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-21 03:47:58 +0100
committerSam James <sam@gentoo.org>2024-08-21 03:48:48 +0100
commit7963f202b136d1fffa671ad026832a9325eb8605 (patch)
tree48e466491b278434b5f09ca68003dbfc1eb6ba8a /profiles
parentsci-libs/symmetrica: keyword 3.0.1-r1 for ~riscv (diff)
downloadgentoo-7963f202b136d1fffa671ad026832a9325eb8605.tar.gz
gentoo-7963f202b136d1fffa671ad026832a9325eb8605.tar.bz2
gentoo-7963f202b136d1fffa671ad026832a9325eb8605.zip
profiles/features/musl: mask dev-debug/systemtap & USE=systemtap
It needs porting to musl and fails to build in a few ways. Avoid collecting dupes by masking it. Closes: https://bugs.gentoo.org/828615 Closes: https://bugs.gentoo.org/925857 Closes: https://bugs.gentoo.org/932181 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/features/musl/package.mask4
-rw-r--r--profiles/features/musl/use.mask6
2 files changed, 9 insertions, 1 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
index a31c6934656d..e0afc0437df6 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2024-08-21)
+# Needs porting to musl. Fails to compile in a few ways. See bug #925857.
+dev-debug/systemtap
+
# Robert Förster <Dessa@gmake.de> (2024-05-06)
# needs mongodb
net-wireless/unifi
diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask
index 8188a9fef818..36a3df9cb46b 100644
--- a/profiles/features/musl/use.mask
+++ b/profiles/features/musl/use.mask
@@ -1,10 +1,14 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Select the correct ELIBC
-elibc_musl
elibc_glibc
+# Sam James <sam@gentoo.org> (2024-08-21)
+# dev-debug/systemtap doesn't work on musl
+systemtap
+
# Sam James <sam@gentoo.org> (2022-10-04)
# Mask USE flags which pull in a binary package linked against glibc (rolling
# mask, use for all such packages)