diff options
Diffstat (limited to 'sci-libs/mkl')
-rw-r--r-- | sci-libs/mkl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-10.0.5.025.ebuild | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index f709b94f8226..a077fc1bc05a 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,9 +1,6 @@ # 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.44 2011/10/19 13:06:21 ssuominen Exp $ - - 19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> mkl-10.0.5.025.ebuild: - amd64 stable wrt #385141 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.45 2011/10/21 16:40:44 ssuominen Exp $ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mkl-9.1.023.ebuild, mkl-10.0.2.018-r2.ebuild, 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 d5dd56e8e4c2..0ff2e5381b6d 100644 --- a/sci-libs/mkl/mkl-10.0.5.025.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.13 2011/10/19 13:06:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.14 2011/10/21 16:40:44 ssuominen Exp $ inherit eutils fortran-2 toolchain-funcs check-reqs @@ -10,7 +10,7 @@ DESCRIPTION="Intel(R) Math Kernel Library: linear algebra, fft, math functions" HOMEPAGE="http://developer.intel.com/software/products/mkl/" SRC_URI="http://registrationcenter-download.intel.com/irc_nas/${PID}/l_${PN}_p_${PV}.tgz" -KEYWORDS="-* amd64 ~ia64 ~x86" +KEYWORDS="-* ~amd64 ~ia64 ~x86" SLOT="0" LICENSE="Intel-SDP" IUSE="doc fftw fortran95 int64 mpi" |