diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-16 20:48:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-16 20:48:56 +0000 |
commit | 0bbd5d88163fce533e98f769bab85529cd5f3527 (patch) | |
tree | 92208c2a575aef6fc789e7d39e6d4271a05ad83f /sci-libs/acml/acml-3.6.1-r1.ebuild | |
parent | sci-libs/netcdf-fortran: Remove virtual/fortran and always call fortran-2_pkg... (diff) | |
download | gentoo-2-0bbd5d88163fce533e98f769bab85529cd5f3527.tar.gz gentoo-2-0bbd5d88163fce533e98f769bab85529cd5f3527.tar.bz2 gentoo-2-0bbd5d88163fce533e98f769bab85529cd5f3527.zip |
sci-libs/acml: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/acml/acml-3.6.1-r1.ebuild')
-rw-r--r-- | sci-libs/acml/acml-3.6.1-r1.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sci-libs/acml/acml-3.6.1-r1.ebuild b/sci-libs/acml/acml-3.6.1-r1.ebuild index a7f065560350..c8ae04267bfe 100644 --- a/sci-libs/acml/acml-3.6.1-r1.ebuild +++ b/sci-libs/acml/acml-3.6.1-r1.ebuild @@ -1,16 +1,18 @@ -# 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-3.6.1-r1.ebuild,v 1.13 2011/06/21 15:55:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.14 2012/10/16 20:48:56 jlec Exp $ -inherit eutils fortran-2 toolchain-funcs +inherit eutils fortran-2 multilib toolchain-funcs MY_PV=${PV//\./\-} DESCRIPTION="AMD Core Math Library (ACML) for x86 and amd64 CPUs" HOMEPAGE="http://developer.amd.com/acml.jsp" -SRC_URI="x86? ( acml-${MY_PV}-gfortran-32bit.tgz ) - amd64? ( acml-${MY_PV}-gfortran-64bit.tgz - int64? ( acml-${MY_PV}-gfortran-64bit-int64.tgz ) )" +SRC_URI=" + x86? ( acml-${MY_PV}-gfortran-32bit.tgz ) + amd64? ( + acml-${MY_PV}-gfortran-64bit.tgz + int64? ( acml-${MY_PV}-gfortran-64bit-int64.tgz ) )" SLOT="0" LICENSE="ACML" @@ -20,7 +22,6 @@ IUSE="openmp int64 doc examples" RESTRICT="strip fetch" DEPEND=" - virtual/fortran app-admin/eselect-blas app-admin/eselect-lapack" RDEPEND="${DEPEND} |