diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-16 13:51:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-16 13:51:46 +0000 |
commit | 02713dae5fc7bbf3c39f03c58e4b227b5aad7ee5 (patch) | |
tree | 4258849d038e88a8ef0a8e672d01202c21770ace /sci-chemistry/procheck/procheck-3.5.4-r1.ebuild | |
parent | Removal of fortran.eclass, #348851 (diff) | |
download | gentoo-2-02713dae5fc7bbf3c39f03c58e4b227b5aad7ee5.tar.gz gentoo-2-02713dae5fc7bbf3c39f03c58e4b227b5aad7ee5.tar.bz2 gentoo-2-02713dae5fc7bbf3c39f03c58e4b227b5aad7ee5.zip |
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/procheck/procheck-3.5.4-r1.ebuild')
-rw-r--r-- | sci-chemistry/procheck/procheck-3.5.4-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild b/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild index e2e5e740ed4b..4cabcbb493ae 100644 --- a/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild +++ b/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.1 2010/07/19 17:16:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild,v 1.2 2010/12/16 13:51:46 jlec Exp $ EAPI="3" -inherit eutils fortran toolchain-funcs versionator +inherit eutils toolchain-funcs versionator DESCRIPTION="Checks the stereochemical quality of a protein structure" HOMEPAGE="http://www.biochem.ucl.ac.uk/~roman/procheck/procheck.html" @@ -24,8 +24,6 @@ RESTRICT="fetch" S="${WORKDIR}/${PN}" -FORTRAN="gfortran g77" - pkg_nofetch() { elog "Please visit http://www.ebi.ac.uk/thornton-srv/software/PROCHECK/download.html" elog "And follow the instruction for downloading." @@ -43,7 +41,7 @@ src_prepare() { src_compile() { emake \ - F77=${FORTRANC} \ + F77=$(tc-getFC) \ CC=$(tc-getCC) \ COPTS="${CFLAGS}" \ FOPTS="${FFLAGS}" \ |