commit:     0777313ce8b22151a2878c5aa5cc542978df8bd3
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 14 11:30:34 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 11:30:34 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0777313c

Thanks to jlec for reviewing, add missing documentation for EBASE_PROFNAME in 
fortran-int64.eclass.

---
 eclass/fortran-int64.eclass | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/eclass/fortran-int64.eclass b/eclass/fortran-int64.eclass
index ea46d0c..9ec510c 100644
--- a/eclass/fortran-int64.eclass
+++ b/eclass/fortran-int64.eclass
@@ -25,13 +25,25 @@ esac
 inherit multilib-build toolchain-funcs
 
 # @ECLASS-VARIABLE: EBASE_PROFNAME
-# @DESCRIPTION:
+# @DESCRIPTION: The base pkg-config module name of the package being built.
+# EBASE_PROFNAME is used by the fortran-int64_get_profname function to
+# determine the pkg-config module name based on whether the package
+# has dynamic, threads or openmp USE flags and if so, if the user has
+# turned them or, and if the current multibuild is a int64 build or not.
+# @CODE
+# EBASE_PROFNAME="openblas"
+# inherit ... fortran-int64
+# @CODE
 : ${EBASE_PROFNAME:=blas}
 
 # @ECLASS-VARIABLE: ESTATIC_MULTIBUILD
 # @DEFAULT_UNSET
 # @DESCRIPTION:
 # If this is set, then do separate static multibuilds.
+# @CODE
+# ESTATIC_MULTIBUILD=1
+# inherit ... fortran-int64
+# @CODE
 
 INT64_SUFFIX="int64"
 STATIC_SUFFIX="static"

Reply via email to