commit: ca9f26c837c02b3db3cc17993fdb419b90baf990 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 10 01:22:44 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 10 01:23:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9f26c8
llvm.eclass: drop cmake-utils references May be confusing as cmake-utils is deprecated and we're now using just the cmake eclass. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/llvm.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 2da2ba0aa90..b5efe406e38 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -19,7 +19,7 @@ # # Example use for a package supporting LLVM 5 to 7: # @CODE -# inherit cmake-utils llvm +# inherit cmake llvm # # RDEPEND=" # <sys-devel/llvm-8:= @@ -42,7 +42,7 @@ # # Example for a package needing LLVM+clang w/ a specific target: # @CODE -# inherit cmake-utils llvm +# inherit cmake llvm # # # note: do not use := on both clang and llvm, it can match different # # slots then. clang pulls llvm in, so we can skip the latter.
