diff options
Diffstat (limited to 'sci-libs/mkl/mkl-10.0.5.025.ebuild')
-rw-r--r-- | sci-libs/mkl/mkl-10.0.5.025.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index 063173238bdd..08e0515fbd32 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-2013 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.18 2013/07/02 08:18:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.19 2013/07/02 09:00:02 ago Exp $ inherit eutils fortran-2 multilib toolchain-funcs check-reqs @@ -11,7 +11,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" |