diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 08:18:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 08:18:56 +0000 |
commit | 63dcc23a28394e443d5f712cfaa17d97971cf0eb (patch) | |
tree | 0a88e82ab29050697392aefa5d1c1321fd9123f1 /sci-libs/mkl | |
parent | Stable for amd64, wrt bug #464568 (diff) | |
download | gentoo-2-63dcc23a28394e443d5f712cfaa17d97971cf0eb.tar.gz gentoo-2-63dcc23a28394e443d5f712cfaa17d97971cf0eb.tar.bz2 gentoo-2-63dcc23a28394e443d5f712cfaa17d97971cf0eb.zip |
Stable for amd64, wrt bug #472190
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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, 6 insertions, 3 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index 172b9d93e760..10971e4df239 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/mkl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.49 2013/05/12 03:25:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.50 2013/07/02 08:18:56 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mkl-10.0.5.025.ebuild: + Stable for amd64, wrt bug #472190 12 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml: Drop obsolete use flags from metadata.xml diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index 9ebfcdea4707..063173238bdd 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.17 2013/02/28 14:04:00 jer Exp $ +# $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 $ 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" |