diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:11:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:11:31 +0000 |
commit | 67fa9654fe933349b77dc4c1b87d0e2055a6fef4 (patch) | |
tree | 1232c6d0f057da8ed2d511afa7a8201d2f1bad6d /eclass/fortran-2.eclass | |
parent | Remove dependency on virtual/fortran from fortran-2.eclass (diff) | |
download | gentoo-2-67fa9654fe933349b77dc4c1b87d0e2055a6fef4.tar.gz gentoo-2-67fa9654fe933349b77dc4c1b87d0e2055a6fef4.tar.bz2 gentoo-2-67fa9654fe933349b77dc4c1b87d0e2055a6fef4.zip |
Add note on dependency of virtual/fortran to fortran-2.eclass
Diffstat (limited to 'eclass/fortran-2.eclass')
-rw-r--r-- | eclass/fortran-2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index 8a8c847a93b5..b196e83bb454 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.3 2011/06/21 14:05:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.4 2011/06/21 14:11:31 jlec Exp $ # Author Justin Lecher <jlec@gentoo.org> # Test functions provided by Sebastien Fabbro and Kacper Kowalik @@ -11,7 +11,8 @@ # sci@gentoo.org # @BLURB: Simplify fortran compiler management # @DESCRIPTION: -# If you need a fortran compiler, then you should be inheriting this eclass. +# If you need a fortran compiler, then you should be inheriting this eclass and +# adding virtual/fortran to your dependencies. # The eclass tests for working fortran compilers # and exports the variables FC and F77. # Optionally, it checks for extended capabilities based on |