commit: 5699fe234fa36efc3b1237b28fa0a5c7ba3827b1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Dec 29 02:38:07 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Dec 29 03:21:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5699fe23
llvm-core/clang-runtime: Remove old warning Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-core/clang-runtime/clang-runtime-19.1.6-r1.ebuild | 16 +--------------- llvm-core/clang-runtime/clang-runtime-20.0.0.9999.ebuild | 16 +--------------- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/llvm-core/clang-runtime/clang-runtime-19.1.6-r1.ebuild b/llvm-core/clang-runtime/clang-runtime-19.1.6-r1.ebuild index f18c95266d96..8f4209bb5172 100644 --- a/llvm-core/clang-runtime/clang-runtime-19.1.6-r1.ebuild +++ b/llvm-core/clang-runtime/clang-runtime-19.1.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit multilib-build toolchain-funcs +inherit multilib-build DESCRIPTION="Meta-ebuild for clang runtime libraries" HOMEPAGE="https://clang.llvm.org/" @@ -29,17 +29,3 @@ RDEPEND=" ) ) " - -pkg_pretend() { - if tc-is-clang; then - 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" - ewarn "breakage, missing functionality or runtime misbehavior. It is" - ewarn "not yet clear whether the change will remain or be reverted." - ewarn - ewarn "For more information, please see:" - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213" - fi -} diff --git a/llvm-core/clang-runtime/clang-runtime-20.0.0.9999.ebuild b/llvm-core/clang-runtime/clang-runtime-20.0.0.9999.ebuild index 731f7ca4c926..8fae33839019 100644 --- a/llvm-core/clang-runtime/clang-runtime-20.0.0.9999.ebuild +++ b/llvm-core/clang-runtime/clang-runtime-20.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit multilib-build toolchain-funcs +inherit multilib-build DESCRIPTION="Meta-ebuild for clang runtime libraries" HOMEPAGE="https://clang.llvm.org/" @@ -28,17 +28,3 @@ RDEPEND=" ) ) " - -pkg_pretend() { - if tc-is-clang; then - 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" - ewarn "breakage, missing functionality or runtime misbehavior. It is" - ewarn "not yet clear whether the change will remain or be reverted." - ewarn - ewarn "For more information, please see:" - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213" - fi -}
