diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 147289 -> 147291 bytes | |||
-rw-r--r-- | profiles/arch/powerpc/ppc32/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/package.use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 10 | ||||
-rw-r--r-- | profiles/features/clang/make.defaults | 2 | ||||
-rw-r--r-- | profiles/features/clang/package.use | 2 |
6 files changed, 13 insertions, 10 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 3d5450012441..59075b217dbf 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 0e4be5aa20a6..4fb5d4a5edc9 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -84,11 +84,6 @@ media-sound/easyeffects zamaudio # dev-python/django is not keyworded here dev-python/diskcache test -# Sam James <sam@gentoo.org> (2021-05-17) -# Deps not yet tested/keyworded. -# bug #708344 -sys-devel/llvm gold - # Sam James <sam@gentoo.org> (2021-03-11) # media-libs/libheif isn't keyworded here # media-libs/libavif isn't keyworded here diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask b/profiles/arch/powerpc/ppc32/package.use.stable.mask index 1dd45d46b93b..8bed1a865a2e 100644 --- a/profiles/arch/powerpc/ppc32/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2022-07-27) +# sys-devel/lld is not marked stable on ppc +>=dev-lang/spidermonkey-78 lto + # Sam James <sam@gentoo.org> (2022-05-11) # sys-apps/keyutils not stable here (test failures) # ... and samba[client] pulls in cifs-utils which pulls in keyutils. diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 72517fbad896..77cb8a872b13 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-07-27) +# sys-devel/lld is not keyworded on sparc +>=dev-lang/spidermonkey-78 lto + # Matthew Smith <matthew@gentoo.org> (2022-07-10) # Needs unkeyworded app-doc/halibut >=net-misc/putty-0.77 doc @@ -94,9 +98,9 @@ dev-cpp/eigen test # Sam James <sam@gentoo.org> (2021-04-27) # Deps not yet tested/keyworded. -sys-devel/clang default-compiler-rt default-libcxx default-lld -sys-devel/clang-runtime compiler-rt libcxx -sys-devel/llvm gold z3 +sys-devel/clang default-compiler-rt default-lld +sys-devel/clang-runtime compiler-rt +sys-devel/llvm z3 # Sam James <sam@gentoo.org> (2021-03-19) # On sparc, we have to force sys-apps/grep[libsigsegv] diff --git a/profiles/features/clang/make.defaults b/profiles/features/clang/make.defaults index ddb54ae32c7d..09d9b31dbb3e 100644 --- a/profiles/features/clang/make.defaults +++ b/profiles/features/clang/make.defaults @@ -49,7 +49,7 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_10" # sys-devel/llvm -BOOTSTRAP_USE="${BOOTSTRAP_USE} -gold" +BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin" # sys-devel/clang, sys-devel/clang-runtime, sys-libs/llvm-libunwind, sys-libs/libcxx, sys-libs/libcxxabi BOOTSTRAP_USE="${BOOTSTRAP_USE} compiler-rt clang libunwind" diff --git a/profiles/features/clang/package.use b/profiles/features/clang/package.use index 8bf1736e82c2..4b720c60bf5b 100644 --- a/profiles/features/clang/package.use +++ b/profiles/features/clang/package.use @@ -1,5 +1,5 @@ # use lld by default -sys-devel/llvm -gold +sys-devel/llvm -binutils-plugin # use all defaults sys-devel/clang default-compiler-rt default-lld default-libcxx llvm-libunwind |