From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- eclass/llvm.eclass | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'eclass/llvm.eclass') diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 2da2ba0aa90a..a41381c3d4ee 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -17,21 +17,21 @@ # a proper dependency string yourself to guarantee that appropriate # version of LLVM is installed. # -# Example use for a package supporting LLVM 5 to 7: +# Example use for a package supporting LLVM 9 to 11: # @CODE -# inherit cmake-utils llvm +# inherit cmake llvm # # RDEPEND=" -#