summaryrefslogtreecommitdiff
path: root/sys-devel/llvm/llvm-14.0.0.9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /sys-devel/llvm/llvm-14.0.0.9999.ebuild
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'sys-devel/llvm/llvm-14.0.0.9999.ebuild')
-rw-r--r--sys-devel/llvm/llvm-14.0.0.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-14.0.0.9999.ebuild b/sys-devel/llvm/llvm-14.0.0.9999.ebuild
index f0bbf6805620..a12b04fb2138 100644
--- a/sys-devel/llvm/llvm-14.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-14.0.0.9999.ebuild
@@ -111,7 +111,7 @@ check_distribution_components() {
case ${l} in
# shared libs
- LLVM|LLVMbinutils-plugin)
+ LLVM|LLVMgold)
;;
# TableGen lib + deps
LLVMDemangle|LLVMSupport|LLVMTableGen)
@@ -309,7 +309,7 @@ get_distribution_components() {
)
use binutils-plugin && out+=(
- LLVMbinutils-plugin
+ LLVMgold
)
fi