commit:     b15bf6366bc3b2b714d45b6574235b112d179cce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 11:47:04 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 12:06:44 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b15bf636

cmake.eclass: Fix mycmakeargs documentation

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/cmake.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index d74b4ffa6c..e9543c1fd3 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -362,11 +362,11 @@ cmake_src_prepare() {
 # @DEFAULT_UNSET
 # @DESCRIPTION:
 # Optional cmake defines as a bash array. Should be defined before calling
-# src_configure.
+# cmake_src_configure.
 # @CODE
 # src_configure() {
 #      local mycmakeargs=(
-#              $(cmake_use_with openconnect)
+#              $(cmake_use_find_package foo LibFoo)
 #      )
 #
 #      cmake_src_configure

Reply via email to