diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:05:30 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:05:30 +0000 |
commit | d5830e4994fd5cabf2a88448a2e62394c69042da (patch) | |
tree | 50087ccca3dfda6041e598d0493594098d19ce8f /eclass | |
parent | Stable on alpha, bug #365273 (diff) | |
download | historical-d5830e4994fd5cabf2a88448a2e62394c69042da.tar.gz historical-d5830e4994fd5cabf2a88448a2e62394c69042da.tar.bz2 historical-d5830e4994fd5cabf2a88448a2e62394c69042da.zip |
Remove dependency on virtual/fortran from fortran-2.eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/fortran-2.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index 1ff1ba4788c9..8a8c847a93b5 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.2 2011/06/21 08:06:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.3 2011/06/21 14:05:30 jlec Exp $ # Author Justin Lecher <jlec@gentoo.org> # Test functions provided by Sebastien Fabbro and Kacper Kowalik @@ -34,9 +34,6 @@ inherit toolchain-funcs -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" - # @FUNCTION: _write_testsuite # @DESCRIPTION: writes fortran test code # @INTERNAL |