summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-12-16 13:39:50 +0000
committerJustin Lecher <jlec@gentoo.org>2010-12-16 13:39:50 +0000
commit6a451989a8eb237cb2e442dc6d75948ff79c6c3a (patch)
tree02a93e430745e70a9b4d6708b2fc652d1f3f4f76 /sci-chemistry/oasis/oasis-4.0-r2.ebuild
parentRemoval of fortran.eclass, #348851 (diff)
downloadgentoo-2-6a451989a8eb237cb2e442dc6d75948ff79c6c3a.tar.gz
gentoo-2-6a451989a8eb237cb2e442dc6d75948ff79c6c3a.tar.bz2
gentoo-2-6a451989a8eb237cb2e442dc6d75948ff79c6c3a.zip
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/oasis/oasis-4.0-r2.ebuild')
-rw-r--r--sci-chemistry/oasis/oasis-4.0-r2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-chemistry/oasis/oasis-4.0-r2.ebuild b/sci-chemistry/oasis/oasis-4.0-r2.ebuild
index ac113a83b84f..d9b9d50c3977 100644
--- a/sci-chemistry/oasis/oasis-4.0-r2.ebuild
+++ b/sci-chemistry/oasis/oasis-4.0-r2.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/oasis-4.0-r2.ebuild,v 1.2 2010/07/06 18:35:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/oasis-4.0-r2.ebuild,v 1.3 2010/12/16 13:39:50 jlec Exp $
EAPI="3"
-inherit eutils fortran multilib
+inherit eutils multilib toolchain-funcs
-FORTRANC="ifc gfortran"
MY_P="${PN}${PV}_Linux"
DESCRIPTION="A direct-method program for SAD/SIR phasing"
@@ -40,7 +39,7 @@ src_prepare() {
src_compile() {
emake \
-C src \
- F77="${FORTRANC}" \
+ F77="$(tc-getFC)" \
CFLAGS="${FFLAGS}" \
CCP4_LIB="${EPREFIX}/usr/$(get_libdir)" \
Linux || die