diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-28 12:11:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-28 12:11:51 +0000 |
commit | 7f6cd07dca822ddea358b003bba09925af6b3812 (patch) | |
tree | 7de309a56da77e91ba3061b0a239802b91871957 /eclass/fortran-2.eclass | |
parent | EAPI5 (diff) | |
download | historical-7f6cd07dca822ddea358b003bba09925af6b3812.tar.gz historical-7f6cd07dca822ddea358b003bba09925af6b3812.tar.bz2 historical-7f6cd07dca822ddea358b003bba09925af6b3812.zip |
Use man page tags
Diffstat (limited to 'eclass/fortran-2.eclass')
-rw-r--r-- | eclass/fortran-2.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index 00269a2c4ed9..159d4f4da160 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.14 2012/10/18 21:08:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.15 2012/11/28 12:11:51 jlec Exp $ # @ECLASS: fortran-2.eclass # @MAINTAINER: @@ -20,9 +20,7 @@ # Optionally, it checks for extended capabilities based on # the variable options selected in the ebuild # The only phase function exported is fortran-2_pkg_setup. -# -# Example: -# +# @EXAMPLE: # FORTRAN_NEEDED="lapack fortran" # # inherit fortran-2 |