From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QW2OC-0001jf-Sb for garchives@archives.gentoo.org; Mon, 13 Jun 2011 08:20:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A5D1C0D5; Mon, 13 Jun 2011 08:20:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 11F8E1C0D5 for ; Mon, 13 Jun 2011 08:20:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78BBB1B4005 for ; Mon, 13 Jun 2011 08:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 87C0B8003C for ; Mon, 13 Jun 2011 08:20:40 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <8cde4523ae7fe804a5dc209299e7cec780454bd9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/fortran-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8cde4523ae7fe804a5dc209299e7cec780454bd9 Date: Mon, 13 Jun 2011 08:20:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4477a56b5eb0fb89ebcac004b7077ddf commit: 8cde4523ae7fe804a5dc209299e7cec780454bd9 Author: Justin Lecher gentoo org> AuthorDate: Mon Jun 13 08:20:05 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jun 13 08:20:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8cde4523 fix typos --- 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 339fe56..0511826 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -9,7 +9,7 @@ # @MAINTAINER: # jlec@gentoo.org # sci@gentoo.org -# @BLURB: Packages, which need a frortran compiler should inherit this e= class. +# @BLURB: Packages, which need a fortran compiler should inherit this ec= lass. # @DESCRIPTION: # If you need a fortran compiler, inherit this eclass. This eclass tests= for # working fortran compilers. Optional, it checks for openmp capability o= f the @@ -18,7 +18,7 @@ =20 # @ECLASS-VARIABLE: FC_NEED_OPENMP # @DESCRIPTION: -# SET FC_NEED_OPENMP=3D1 in order to test FC for openmp capabilities +# Set FC_NEED_OPENMP=3D1 in order to test FC for openmp capabilities # # Default is 0 =20 @@ -103,6 +103,7 @@ get_fcomp() { fortran-2_pkg_setup() { _have-valid-fortran || \ die "Please emerge the current gcc with USE=3Dfortran or export FC def= ining a working fortran compiler" + export FC=3D"$(tc-getFC)" export F77=3D"$(tc-getFC)" export F90=3D"$(tc-getFC)" export F95=3D"$(tc-getFC)"