From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99299158086 for ; Tue, 30 Nov 2021 10:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57B522BC04F; Tue, 30 Nov 2021 10:01:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06E692BC04B for ; Tue, 30 Nov 2021 10:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A785F342FB0 for ; Tue, 30 Nov 2021 10:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908AF22B for ; Tue, 30 Nov 2021 10:01:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1638266486.6e59d53b3985968b931ade23b54d85b28b3d97a7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-13.0.1.9999.ebuild sys-devel/llvm/llvm-14.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e59d53b3985968b931ade23b54d85b28b3d97a7 X-VCS-Branch: master Date: Tue, 30 Nov 2021 10:01:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b8fb2d21-8cc7-4b0e-9da1-d9434660a64b X-Archives-Hash: c09bd84ac3f4ebf0767ce5f314fc6e77 commit: 6e59d53b3985968b931ade23b54d85b28b3d97a7 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 30 09:47:20 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 30 10:01:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e59d53b sys-devel/llvm: Fix accidentally sed-ed LLVMgold target name Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-13.0.1.9999.ebuild | 4 ++-- sys-devel/llvm/llvm-14.0.0.9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/llvm/llvm-13.0.1.9999.ebuild b/sys-devel/llvm/llvm-13.0.1.9999.ebuild index f0bbf6805620..a12b04fb2138 100644 --- a/sys-devel/llvm/llvm-13.0.1.9999.ebuild +++ b/sys-devel/llvm/llvm-13.0.1.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 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