summaryrefslogtreecommitdiff
path: root/profiles/features
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-22 19:00:48 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-22 19:00:48 +0000
commit7fe6984499f95d52b3c32af6ab771aa8f08c2dd4 (patch)
tree54d67e6967899567ec7c52e0fd45265342c2e29f /profiles/features
parenta9715695537fe2582eaabd4a0d2cbe2322c01735 (diff)
gentoo auto-resync : 22:03:2024 - 19:00:48
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/llvm/package.use3
-rw-r--r--profiles/features/llvm/package.use.force3
-rw-r--r--profiles/features/musl/package.mask14
-rw-r--r--profiles/features/musl/package.use6
-rw-r--r--profiles/features/musl/package.use.force6
5 files changed, 4 insertions, 28 deletions
diff --git a/profiles/features/llvm/package.use b/profiles/features/llvm/package.use
index e878f28f7454..b929e71ac461 100644
--- a/profiles/features/llvm/package.use
+++ b/profiles/features/llvm/package.use
@@ -11,5 +11,4 @@ sys-libs/compiler-rt clang
sys-devel/clang-runtime compiler-rt libcxx -sanitize
# sys-libs/compiler-rt-sanitizers clang
-sys-libs/libcxx libunwind libcxxabi
-sys-libs/libcxxabi libunwind
+sys-libs/libcxx libcxxabi
diff --git a/profiles/features/llvm/package.use.force b/profiles/features/llvm/package.use.force
index 31b3e120e5ff..d081e137b403 100644
--- a/profiles/features/llvm/package.use.force
+++ b/profiles/features/llvm/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Ionen Wolkens <ionen@gentoo.org> (2023-08-11)
@@ -12,5 +12,4 @@ app-emulation/wine-vanilla mingw
# default-libcxx in particular changes ABI so can't be toggled at-will, and other
# profile settings expect it.
# TODO: Make a profile without default-libcxx too?
-sys-devel/clang default-compiler-rt default-lld default-libcxx
sys-devel/clang-common default-compiler-rt default-lld default-libcxx
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
index 825cc227972c..5258f32f66d3 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -121,15 +121,6 @@ dev-libs/cutlass
# RTLD_DEEPBIND does not exist on musl
dev-libs/intel-compute-runtime
-# Sam James <sam@gentoo.org> (2022-12-17)
-# Segfaults when building on musl, bug #885501
-=sys-devel/gcc-10.4.1_p20221208:10
-=sys-devel/gcc-10.4.1_p20221222:10
-=sys-devel/gcc-11.3.1_p20221209:11
-=sys-devel/gcc-11.3.1_p20221223:11
-=sys-devel/gcc-12.2.1_p20221231:12
-=sys-devel/gcc-12.2.1_p20230121:12
-
# Sam James <sam@gentoo.org> (2022-10-17)
# Needs porting to musl
# https://github.com/rr-debugger/rr/issues/2236
@@ -353,12 +344,7 @@ x11-misc/xflux
x11-misc/xflux-gui
# Ulrich Müller <ulm@gentoo.org> (2022-01-04, 2022-07-31)
-# Emacs 23 does not support x86_64-gentoo-linux-musl systems
-# (bug #830408). Emacs 24 and 25 have build failures (bug #862462).
# Emacs 26 segfaults when dumping (bug #862489).
-app-editors/emacs:23
-app-editors/emacs:24
-app-editors/emacs:25
app-editors/emacs:26
# Conrad Kostecki <conikost@gentoo.org> (2021-12-15)
diff --git a/profiles/features/musl/package.use b/profiles/features/musl/package.use
index db211e90d794..34953eccb832 100644
--- a/profiles/features/musl/package.use
+++ b/profiles/features/musl/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors.
+# Copyright 1999-2024 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2022-09-08)
@@ -7,10 +7,6 @@
# off by default to steer towards libxcrypt.
sys-libs/musl -crypt
-# Esteve Varela Colominas <esteve.varela@gmail.com> (2022-02-19)
-# The musl allocator works well with telegram
-net-im/telegram-desktop -jemalloc
-
# Anthony G. Basile <blueness@gentoo.org> (2016-07-14)
# We need this to break a circular dependency with
# 'sys-libs/libcap pam' in stage3 catalyst builds
diff --git a/profiles/features/musl/package.use.force b/profiles/features/musl/package.use.force
index 52cf9aedc611..78001ea4cdfe 100644
--- a/profiles/features/musl/package.use.force
+++ b/profiles/features/musl/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors.
+# Copyright 1999-2024 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
# Violet Purcell <vimproved@inventati.org> (2023-04-25)
@@ -13,10 +13,6 @@ sys-libs/libxcrypt -system -compat
# net-misc/netkit-rsh is masked on musl and USE=-crypt depends on it
sys-cluster/torque crypt
-# Esteve Varela Colominas <esteve.varela@gmail.com> (2022-02-19)
-# The musl allocator works well with telegram
-net-im/telegram-desktop -jemalloc
-
# Force system-libevent use flag on mozilla packages, since the building of
# bundled libevent cannot accomodate a system without sysctl.h
# See bug 574830 for more info.