commit:     9911ef8a77d923f6ae40023c73a8a64ef250f172
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 15:58:03 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 15:58:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9911ef8a

fortran-2.eclass: Fix @DESCRIPTION tag usage

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 eclass/fortran-2.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
index 2c44f71..af3629a 100644
--- a/eclass/fortran-2.eclass
+++ b/eclass/fortran-2.eclass
@@ -80,7 +80,8 @@ done
 unset _f_use
 
 # @FUNCTION: fortran_int64_abi_fflags
-# @DESCRIPTION: Return the Fortran compiler flag to enable 64 bit integers for
+# @DESCRIPTION:
+# Return the Fortran compiler flag to enable 64 bit integers for
 # array indices
 # @CODE
 fortran_int64_abi_fflags() {

Reply via email to