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 BC1EB158094 for ; Mon, 19 Sep 2022 10:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C08DCE08A8; Mon, 19 Sep 2022 10:40:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A61FE08BB for ; Mon, 19 Sep 2022 10:40:09 +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 80132340DD6 for ; Mon, 19 Sep 2022 10:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04E605F7 for ; Mon, 19 Sep 2022 10:40:04 +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: <1663583999.1df9a1174d16b22dcc3257461b3a01cce74710ab.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220915.ebuild sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220918.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1df9a1174d16b22dcc3257461b3a01cce74710ab X-VCS-Branch: master Date: Mon, 19 Sep 2022 10:40:04 +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: 76ce6ce8-0d98-4ec3-8457-a7e73b19ae57 X-Archives-Hash: 09d598743403e92d41054d01811a3b4c commit: 1df9a1174d16b22dcc3257461b3a01cce74710ab Author: Michał Górny gentoo org> AuthorDate: Mon Sep 19 08:42:54 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 19 10:39:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df9a117 sys-devel/clang-runtime: Update clang warning for 16.x Signed-off-by: Michał Górny gentoo.org> sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild | 2 +- sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220915.ebuild | 2 +- sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220918.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild index c45769b02981..3cb2769d40af 100644 --- a/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild @@ -28,7 +28,7 @@ RDEPEND=" pkg_pretend() { if tc-is-clang; then - ewarn "You seem to be using clang as a system compiler. As of clang-15," + ewarn "You seem to be using clang as a system compiler. As of clang-16," ewarn "upstream has turned a few warnings that commonly occur during" ewarn "configure script runs into errors by default. This causes some" ewarn "configure tests to start failing, sometimes resulting in silent" diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220915.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220915.ebuild index c45769b02981..3cb2769d40af 100644 --- a/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220915.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220915.ebuild @@ -28,7 +28,7 @@ RDEPEND=" pkg_pretend() { if tc-is-clang; then - ewarn "You seem to be using clang as a system compiler. As of clang-15," + ewarn "You seem to be using clang as a system compiler. As of clang-16," ewarn "upstream has turned a few warnings that commonly occur during" ewarn "configure script runs into errors by default. This causes some" ewarn "configure tests to start failing, sometimes resulting in silent" diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220918.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220918.ebuild index c45769b02981..3cb2769d40af 100644 --- a/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220918.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-16.0.0_pre20220918.ebuild @@ -28,7 +28,7 @@ RDEPEND=" pkg_pretend() { if tc-is-clang; then - ewarn "You seem to be using clang as a system compiler. As of clang-15," + ewarn "You seem to be using clang as a system compiler. As of clang-16," ewarn "upstream has turned a few warnings that commonly occur during" ewarn "configure script runs into errors by default. This causes some" ewarn "configure tests to start failing, sometimes resulting in silent"