diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-16 20:49:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-16 20:49:01 +0000 |
commit | 244e543c03e57209bfad21172391218cea9d7295 (patch) | |
tree | 4b3ad1d6ce2a518a550a8f474571e6836ecaf882 /sci-libs/acml/acml-4.1.0-r1.ebuild | |
parent | sci-libs/netcdf-fortran: Remove virtual/fortran and always call fortran-2_pkg... (diff) | |
download | historical-244e543c03e57209bfad21172391218cea9d7295.tar.gz historical-244e543c03e57209bfad21172391218cea9d7295.tar.bz2 historical-244e543c03e57209bfad21172391218cea9d7295.zip |
sci-libs/acml: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
Package-Manager: portage-2.2.0_alpha138/cvs/Linux x86_64
Manifest-Sign-Key: 0x70EB7916
Diffstat (limited to 'sci-libs/acml/acml-4.1.0-r1.ebuild')
-rw-r--r-- | sci-libs/acml/acml-4.1.0-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-libs/acml/acml-4.1.0-r1.ebuild b/sci-libs/acml/acml-4.1.0-r1.ebuild index 040823b1c85b..7a1ab5a41370 100644 --- a/sci-libs/acml/acml-4.1.0-r1.ebuild +++ b/sci-libs/acml/acml-4.1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.9 2011/06/21 20:06:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.10 2012/10/16 20:48:56 jlec Exp $ EAPI=1 -inherit eutils fortran-2 toolchain-funcs versionator +inherit eutils fortran-2 multilib toolchain-funcs versionator MY_P=${PN}-$(replace_all_version_separators -) @@ -32,7 +32,6 @@ IUSE="doc examples gfortran ifc int64 openmp test" RESTRICT="strip fetch" CDEPEND=" - virtual/fortran ifc? ( dev-lang/ifc ) gfortran? ( sys-devel/gcc:4.2 ) !gfortran? ( !ifc? ( sys-devel/gcc:4.2 ) )" |