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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C364158095 for ; Fri, 23 Sep 2022 23:03:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B84CE0DA5; Fri, 23 Sep 2022 23:03:00 +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 0188FE0DA5 for ; Fri, 23 Sep 2022 23:02:59 +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 81233340FCB for ; Fri, 23 Sep 2022 23:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACCB2D4 for ; Fri, 23 Sep 2022 23:02:56 +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: <1663974105.91b1e01095b7af1b517bc45f94c0c32de9bf9f86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-toolchain-symlinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14-r1.ebuild sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14.ebuild sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r1.ebuild sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-15.ebuild sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-16-r1.ebuild sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-16.ebuild X-VCS-Directories: sys-devel/clang-toolchain-symlinks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 91b1e01095b7af1b517bc45f94c0c32de9bf9f86 X-VCS-Branch: master Date: Fri, 23 Sep 2022 23:02:56 +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: 1ab17851-10ab-4645-8aa8-d5745e7eccdf X-Archives-Hash: 2f1d2889ecf054f79b19ca03a19f4974 commit: 91b1e01095b7af1b517bc45f94c0c32de9bf9f86 Author: Sam James gentoo org> AuthorDate: Fri Sep 23 22:55:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 23 23:01:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b1e010 sys-devel/clang-toolchain-symlinks: block older gcc-config w/o ${CTARGET}-cc >=sys-devel/gcc-config-2.6 will create ${CTARGET}-cc which avoids clang-toolchain-symlinks providing it even on systems with GCC. See cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e for the details but abuse a blocker given it can lead to runtime problems with say, OpenSSH. Bug: https://bugs.gentoo.org/872416 Bug: https://bugs.gentoo.org/872548 See: cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e Signed-off-by: Sam James gentoo.org> ...olchain-symlinks-14.ebuild => clang-toolchain-symlinks-14-r1.ebuild} | 2 ++ ...olchain-symlinks-15.ebuild => clang-toolchain-symlinks-15-r1.ebuild} | 2 ++ ...olchain-symlinks-16.ebuild => clang-toolchain-symlinks-16-r1.ebuild} | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14.ebuild b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14-r1.ebuild similarity index 94% rename from sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14.ebuild rename to sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14-r1.ebuild index d8ea28f5257f..8a29178bf131 100644 --- a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14.ebuild +++ b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-14-r1.ebuild @@ -15,7 +15,9 @@ SLOT="${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos" IUSE="gcc-symlinks +native-symlinks" +# Blocker for bug #872416 RDEPEND=" + !