From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1672601-garchives=archives.gentoo.org@lists.gentoo.org> 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 7F538158083 for <garchives@archives.gentoo.org>; Sun, 22 Sep 2024 01:19:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D7E4E29A9; Sun, 22 Sep 2024 01:19:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69BCFE29A9 for <gentoo-commits@lists.gentoo.org>; Sun, 22 Sep 2024 01:19:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60A4934317B for <gentoo-commits@lists.gentoo.org>; Sun, 22 Sep 2024 01:19:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C01E327E7 for <gentoo-commits@lists.gentoo.org>; Sun, 22 Sep 2024 01:19:23 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1726967927.d09b2cb36c5fa5e26543d529dd224de3df17d879.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-common/clang-common-15.0.7-r10.ebuild sys-devel/clang-common/clang-common-15.0.7-r9.ebuild sys-devel/clang-common/clang-common-16.0.6-r5.ebuild sys-devel/clang-common/clang-common-16.0.6-r6.ebuild sys-devel/clang-common/clang-common-17.0.6-r10.ebuild sys-devel/clang-common/clang-common-17.0.6-r7.ebuild sys-devel/clang-common/clang-common-17.0.6-r8.ebuild sys-devel/clang-common/clang-common-17.0.6-r9.ebuild sys-devel/clang-common/clang-common-18.1.8-r2.ebuild sys-devel/clang-common/clang-common-18.1.8-r3.ebuild sys-devel/clang-common/clang-common-19.1.0-r1.ebuild sys-devel/clang-common/clang-common-19.1.0-r2.ebuild sys-devel/clang-common/clang-common-19.1.0_rc4.ebuild sys-devel/clang-common/clang-common-20.0.0.9999.ebuild sys-devel/clang-common/clang-common-20.0.0_pre20240830.ebuild sys-devel/clang-common/clang-common-20.0.0_pre20240910.ebuild sys-devel/clang-common/clang-common-20.0.0_pre20240917.ebuild X-VCS-Directories: sys-devel/clang-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d09b2cb36c5fa5e26543d529dd224de3df17d879 X-VCS-Branch: master Date: Sun, 22 Sep 2024 01:19:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3483dcb0-077c-4a6b-b7b8-0464eeaba199 X-Archives-Hash: d524d366b2832a8daf18c2b288082a3b commit: d09b2cb36c5fa5e26543d529dd224de3df17d879 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 22 01:17:10 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 22 01:18:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09b2cb3 sys-devel/clang-common: drop PDEPEND on sys-devel/clang:* Drop the PDEPEND on sys-devel/clang:* because it confuses Portage and leads to things like `emerge -v1 sys-devel/clang:17` pulling in sys-devel/clang:18. >From emerge --debug: ``` Parent: (sys-devel/clang-common-18.1.8-r1:0/0::gentoo, ebuild scheduled for merge) Depstring: sys-devel/clang:* sys-devel/gcc sys-devel/gcc sys-devel/binutils Priority: runtime_post Candidates: ['sys-devel/clang:*', 'sys-devel/gcc', 'sys-devel/gcc', 'sys-devel/binutils'] ebuild: sys-devel/clang-18.1.8::gentoo ``` This is one of those patterns which comes up every so often, same with pam and pambase. Ultimately, nobody is going to emerge clang-common by itself and then wonder why clang isn't installed. We're better off just dropping the dep as it serves no real value anyway. Reported-by: Calvin Buckley <calvin <AT> cmpct.info> Signed-off-by: Sam James <sam <AT> gentoo.org> .../{clang-common-15.0.7-r9.ebuild => clang-common-15.0.7-r10.ebuild} | 1 - .../{clang-common-16.0.6-r5.ebuild => clang-common-16.0.6-r6.ebuild} | 1 - .../{clang-common-17.0.6-r8.ebuild => clang-common-17.0.6-r10.ebuild} | 1 - .../{clang-common-17.0.6-r7.ebuild => clang-common-17.0.6-r9.ebuild} | 1 - .../{clang-common-18.1.8-r2.ebuild => clang-common-18.1.8-r3.ebuild} | 1 - .../{clang-common-19.1.0-r1.ebuild => clang-common-19.1.0-r2.ebuild} | 1 - sys-devel/clang-common/clang-common-19.1.0_rc4.ebuild | 1 - sys-devel/clang-common/clang-common-20.0.0.9999.ebuild | 1 - sys-devel/clang-common/clang-common-20.0.0_pre20240830.ebuild | 1 - sys-devel/clang-common/clang-common-20.0.0_pre20240910.ebuild | 1 - sys-devel/clang-common/clang-common-20.0.0_pre20240917.ebuild | 1 - 11 files changed, 11 deletions(-) diff --git a/sys-devel/clang-common/clang-common-15.0.7-r9.ebuild b/sys-devel/clang-common/clang-common-15.0.7-r10.ebuild similarity index 99% rename from sys-devel/clang-common/clang-common-15.0.7-r9.ebuild rename to sys-devel/clang-common/clang-common-15.0.7-r10.ebuild index 3416e3b981a4..d724729a628b 100644 --- a/sys-devel/clang-common/clang-common-15.0.7-r9.ebuild +++ b/sys-devel/clang-common/clang-common-15.0.7-r10.ebuild @@ -17,7 +17,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${PV}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-16.0.6-r5.ebuild b/sys-devel/clang-common/clang-common-16.0.6-r6.ebuild similarity index 99% rename from sys-devel/clang-common/clang-common-16.0.6-r5.ebuild rename to sys-devel/clang-common/clang-common-16.0.6-r6.ebuild index 8f96c70ce638..e6b8345426e7 100644 --- a/sys-devel/clang-common/clang-common-16.0.6-r5.ebuild +++ b/sys-devel/clang-common/clang-common-16.0.6-r6.ebuild @@ -17,7 +17,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-17.0.6-r8.ebuild b/sys-devel/clang-common/clang-common-17.0.6-r10.ebuild similarity index 99% rename from sys-devel/clang-common/clang-common-17.0.6-r8.ebuild rename to sys-devel/clang-common/clang-common-17.0.6-r10.ebuild index 4e7d8272b374..0770e0337cbd 100644 --- a/sys-devel/clang-common/clang-common-17.0.6-r8.ebuild +++ b/sys-devel/clang-common/clang-common-17.0.6-r10.ebuild @@ -17,7 +17,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-17.0.6-r7.ebuild b/sys-devel/clang-common/clang-common-17.0.6-r9.ebuild similarity index 99% rename from sys-devel/clang-common/clang-common-17.0.6-r7.ebuild rename to sys-devel/clang-common/clang-common-17.0.6-r9.ebuild index bb6ffa025ae6..5f634ac72ad7 100644 --- a/sys-devel/clang-common/clang-common-17.0.6-r7.ebuild +++ b/sys-devel/clang-common/clang-common-17.0.6-r9.ebuild @@ -17,7 +17,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-18.1.8-r2.ebuild b/sys-devel/clang-common/clang-common-18.1.8-r3.ebuild similarity index 99% rename from sys-devel/clang-common/clang-common-18.1.8-r2.ebuild rename to sys-devel/clang-common/clang-common-18.1.8-r3.ebuild index 96b90d764032..bd5543518470 100644 --- a/sys-devel/clang-common/clang-common-18.1.8-r2.ebuild +++ b/sys-devel/clang-common/clang-common-18.1.8-r3.ebuild @@ -17,7 +17,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-19.1.0-r1.ebuild b/sys-devel/clang-common/clang-common-19.1.0-r2.ebuild similarity index 99% rename from sys-devel/clang-common/clang-common-19.1.0-r1.ebuild rename to sys-devel/clang-common/clang-common-19.1.0-r2.ebuild index 4efa71e4b04e..96be6fb619b1 100644 --- a/sys-devel/clang-common/clang-common-19.1.0-r1.ebuild +++ b/sys-devel/clang-common/clang-common-19.1.0-r2.ebuild @@ -17,7 +17,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-19.1.0_rc4.ebuild b/sys-devel/clang-common/clang-common-19.1.0_rc4.ebuild index 4941ce7d998c..c96a86c4e05b 100644 --- a/sys-devel/clang-common/clang-common-19.1.0_rc4.ebuild +++ b/sys-devel/clang-common/clang-common-19.1.0_rc4.ebuild @@ -16,7 +16,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-20.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-20.0.0.9999.ebuild index 98626b9813fa..6eb8b79a8c99 100644 --- a/sys-devel/clang-common/clang-common-20.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-20.0.0.9999.ebuild @@ -16,7 +16,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-20.0.0_pre20240830.ebuild b/sys-devel/clang-common/clang-common-20.0.0_pre20240830.ebuild index 4941ce7d998c..c96a86c4e05b 100644 --- a/sys-devel/clang-common/clang-common-20.0.0_pre20240830.ebuild +++ b/sys-devel/clang-common/clang-common-20.0.0_pre20240830.ebuild @@ -16,7 +16,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-20.0.0_pre20240910.ebuild b/sys-devel/clang-common/clang-common-20.0.0_pre20240910.ebuild index 4941ce7d998c..c96a86c4e05b 100644 --- a/sys-devel/clang-common/clang-common-20.0.0_pre20240910.ebuild +++ b/sys-devel/clang-common/clang-common-20.0.0_pre20240910.ebuild @@ -16,7 +16,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) diff --git a/sys-devel/clang-common/clang-common-20.0.0_pre20240917.ebuild b/sys-devel/clang-common/clang-common-20.0.0_pre20240917.ebuild index 98626b9813fa..6eb8b79a8c99 100644 --- a/sys-devel/clang-common/clang-common-20.0.0_pre20240917.ebuild +++ b/sys-devel/clang-common/clang-common-20.0.0_pre20240917.ebuild @@ -16,7 +16,6 @@ IUSE=" " PDEPEND=" - sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt] llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] )