summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-16 20:36:47 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-16 20:36:47 +0000
commit542e12fb49ea2ad0679d73de01592cdd8f8173cd (patch)
tree8f24e319129ee64bd35ae5ed680406886bb726f0 /sci-libs/mkl
parentsci-libs/netcdf: Remove virtual/fortran and always call fortran-2_pkg_setup a... (diff)
downloadgentoo-2-542e12fb49ea2ad0679d73de01592cdd8f8173cd.tar.gz
gentoo-2-542e12fb49ea2ad0679d73de01592cdd8f8173cd.tar.bz2
gentoo-2-542e12fb49ea2ad0679d73de01592cdd8f8173cd.zip
sci-libs/mkl: 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/mkl')
-rw-r--r--sci-libs/mkl/ChangeLog8
-rw-r--r--sci-libs/mkl/mkl-10.0.5.025.ebuild9
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog
index 6c70ad9ee0ad..2be0ec81f041 100644
--- a/sci-libs/mkl/ChangeLog
+++ b/sci-libs/mkl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/mkl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.46 2011/10/23 21:21:28 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.47 2012/10/16 20:36:47 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> mkl-10.0.5.025.ebuild:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
23 Oct 2011; Justin Lecher <jlec@gentoo.org> -mkl-10.0.2.018-r2.ebuild,
-mkl-9.1.023.ebuild, metadata.xml, mkl-10.0.5.025.ebuild:
diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild
index 8f408f67a669..e1ecb78120a4 100644
--- a/sci-libs/mkl/mkl-10.0.5.025.ebuild
+++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild
@@ -1,8 +1,8 @@
-# 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/mkl/mkl-10.0.5.025.ebuild,v 1.15 2011/10/23 21:21:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.16 2012/10/16 20:36:47 jlec Exp $
-inherit eutils fortran-2 toolchain-funcs check-reqs
+inherit eutils fortran-2 multilib toolchain-funcs check-reqs
PID=1232
PB=${PN}
@@ -20,8 +20,7 @@ RESTRICT="strip mirror"
DEPEND="
app-admin/eselect-blas
app-admin/eselect-cblas
- app-admin/eselect-lapack
- virtual/fortran"
+ app-admin/eselect-lapack"
RDEPEND="${DEPEND}
doc? ( app-doc/blas-docs app-doc/lapack-docs )
mpi? ( virtual/mpi )"