summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 01:22:44 +0000
committerSam James <sam@gentoo.org>2021-04-10 01:23:07 +0000
commitca9f26c837c02b3db3cc17993fdb419b90baf990 (patch)
treedc533efda272ccaf3ee5efebb0a08eb868a5ae54 /eclass
parentsys-kernel/gentoo-kernel-bin: bump to 5.11.12 for arm64 (diff)
downloadgentoo-ca9f26c837c02b3db3cc17993fdb419b90baf990.tar.gz
gentoo-ca9f26c837c02b3db3cc17993fdb419b90baf990.tar.bz2
gentoo-ca9f26c837c02b3db3cc17993fdb419b90baf990.zip
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index 2da2ba0aa90a..b5efe406e38d 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.