diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 237473 -> 237461 bytes | |||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.stable.mask | 1 | ||||
-rw-r--r-- | profiles/base/package.use.force | 10 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 1 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
6 files changed, 14 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex d4a8d4d1f33f..9a456f4b677f 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 96d6c2f79355..2b9f5cd4e612 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -186,6 +186,7 @@ dev-python/tables -cpudetection # Yiyang Wu <xgreenlandforwyy@gmail.com> (2023-01-27) # AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only # See also: https://bugs.gentoo.org/891499 +llvm-runtimes/offload -llvm_targets_AMDGPU llvm-runtimes/openmp -llvm_targets_AMDGPU # Michał Górny <mgorny@gentoo.org> (2023-01-24) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 92113854904c..e479f2bf3b10 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -62,6 +62,7 @@ dev-python/nbval -doc # Yiyang Wu <xgreenlandforwyy@gmail.com> (2023-01-27) # AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only # See also: https://bugs.gentoo.org/891499 +llvm-runtimes/offload llvm_targets_AMDGPU llvm-runtimes/openmp llvm_targets_AMDGPU # Sam James <sam@gentoo.org> (2022-12-11) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 8d5e49dffa12..e79e18f28a2e 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,16 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2024-12-18) +# Force building these LLVM runtimes with Clang. GCC builds are not +# supported upstream (to the point of refusing bug fixes), and are +# likely to result in runtimes that are not fully functional. +llvm-runtimes/compiler-rt clang +llvm-runtimes/compiler-rt-sanitizers clang +llvm-runtimes/libunwind clang +llvm-runtimes/libcxx clang +llvm-runtimes/libcxxabi clang + # Matt Jolly <kangie@gentoo.org> (2024-11-13) # Force the use of the appropriate llvm_slot_x USE for Rust. # This is strictly papercut prevention; the ebuild will enforce the correct diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 749095838dbb..5e2c78650b47 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -348,6 +348,7 @@ sci-libs/vtk debug # Yiyang Wu <xgreenlandforwyy@gmail.com> (2023-01-27) # AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only # See also: https://bugs.gentoo.org/891499 +llvm-runtimes/offload llvm_targets_AMDGPU llvm-runtimes/openmp llvm_targets_AMDGPU # Joonas Niilola <juippis@gentoo.org> (2023-01-08) diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e7a59d37da08..7957666cfaa2 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1283,6 +1283,7 @@ app-text/xpdf:textselect - Allow text selection app-text/xpdf:utils - Install command-line PDF converters and various utilities app-text/zathura:synctex - Use libsynctex to get latex codeline from pdf app-text/zathura-meta:cb - Install plug-in for ComicBook support +app-text/zathura-meta:epub - Install plug-in E-Book support app-text/zeal:X - Enable global shortcut support on X11 app-vim/gentoo-syntax:ignore-glep31 - Remove GLEP 31 (UTF-8 file encodings) settings app-xemacs/xemacs-packages-all:mule - Add multi-language support to XEmacs |