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 7D355158094 for ; Wed, 27 Jul 2022 04:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD701E0F06; Wed, 27 Jul 2022 04:24:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 830D4E0F06 for ; Wed, 27 Jul 2022 04:24:02 +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 B7C55335D30 for ; Wed, 27 Jul 2022 04:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A90525 for ; Wed, 27 Jul 2022 04:24:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658895794.945e7ceda30f34dadd8774c64d838dc8c4da423d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvmgold/llvmgold-13-r1.ebuild sys-devel/llvmgold/llvmgold-13-r2.ebuild X-VCS-Directories: sys-devel/llvmgold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 945e7ceda30f34dadd8774c64d838dc8c4da423d X-VCS-Branch: master Date: Wed, 27 Jul 2022 04:24:00 +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: bb7d35f4-e891-45b8-ba7a-2306df1102c6 X-Archives-Hash: 47db6e8ec6310a76c10e4f44cc254e02 commit: 945e7ceda30f34dadd8774c64d838dc8c4da423d Author: Sam James gentoo org> AuthorDate: Wed Jul 27 04:23:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 27 04:23:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945e7ced sys-devel/llvmgold: drop llvm[gold] references This ended up covering up some broken/stale masks referring to the old USE flag in profiles/. Let's just get rid of the compatibility hack given all LLVMs in tree (including 13.x) have USE=binutils-plugin instead. Signed-off-by: Sam James gentoo.org> sys-devel/llvmgold/{llvmgold-13-r1.ebuild => llvmgold-13-r2.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-devel/llvmgold/llvmgold-13-r1.ebuild b/sys-devel/llvmgold/llvmgold-13-r2.ebuild similarity index 86% rename from sys-devel/llvmgold/llvmgold-13-r1.ebuild rename to sys-devel/llvmgold/llvmgold-13-r2.ebuild index c92356ad883d..c5b814adfa63 100644 --- a/sys-devel/llvmgold/llvmgold-13-r1.ebuild +++ b/sys-devel/llvmgold/llvmgold-13-r2.ebuild @@ -12,10 +12,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux" RDEPEND=" - || ( - sys-devel/llvm:${PV}[binutils-plugin(-)] - sys-devel/llvm:${PV}[gold(-)] - ) + sys-devel/llvm:${PV}[binutils-plugin(-)] !sys-devel/llvm:0" S=${WORKDIR}