commit: bc0ec53fa675fe53b95cdf997c3d33dd4b2fdca0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 12 13:27:22 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 11:32:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0ec53f
llvm-r1.eclass: Fix list in eclassdoc Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/llvm-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/llvm-r1.eclass b/eclass/llvm-r1.eclass index 7326e3a6b271..e59bd9c317b9 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -14,8 +14,10 @@ # in a matching slot. To use the eclass: # # 1. Set LLVM_COMPAT to the list of supported LLVM slots. +# # 2. Use llvm_gen_dep and/or LLVM_USEDEP to add appropriate # dependencies. +# # 3. Use llvm-r1_pkg_setup, get_llvm_prefix or LLVM_SLOT. # # The eclass sets IUSE and REQUIRED_USE. The flag corresponding
