Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 28 Dec 2015 16:06:31
Message-Id: 1451318283.9911ef8a77d923f6ae40023c73a8a64ef250f172.jlec@gentoo
1 commit: 9911ef8a77d923f6ae40023c73a8a64ef250f172
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 15:58:03 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 15:58:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9911ef8a
7
8 fortran-2.eclass: Fix @DESCRIPTION tag usage
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 eclass/fortran-2.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
16 index 2c44f71..af3629a 100644
17 --- a/eclass/fortran-2.eclass
18 +++ b/eclass/fortran-2.eclass
19 @@ -80,7 +80,8 @@ done
20 unset _f_use
21
22 # @FUNCTION: fortran_int64_abi_fflags
23 -# @DESCRIPTION: Return the Fortran compiler flag to enable 64 bit integers for
24 +# @DESCRIPTION:
25 +# Return the Fortran compiler flag to enable 64 bit integers for
26 # array indices
27 # @CODE
28 fortran_int64_abi_fflags() {