diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-14 15:15:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-14 15:16:07 +0200 |
commit | 27079b739b5139451fa3d50dc2624485a6b830f7 (patch) | |
tree | 4b346a063f5b84fa27bc4f60860be9ab18358731 /sys-devel | |
parent | sys-devel/clang: Backport -Werror reverts as 15.0.0-r1 (diff) | |
download | gentoo-27079b739b5139451fa3d50dc2624485a6b830f7.tar.gz gentoo-27079b739b5139451fa3d50dc2624485a6b830f7.tar.bz2 gentoo-27079b739b5139451fa3d50dc2624485a6b830f7.zip |
sys-devel/clang-runtime: Remove obsolete warning
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-15.0.0-r1.ebuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.0-r1.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.0-r1.ebuild index 0540473519b1..f0ec98510540 100644 --- a/sys-devel/clang-runtime/clang-runtime-15.0.0-r1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-15.0.0-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/" @@ -24,17 +24,3 @@ RDEPEND=" libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) " - -pkg_pretend() { - if tc-is-clang; then - ewarn "You seem to be using clang as a system compiler. As of clang-15," - 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 -} |