From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 661FC138A21 for ; Thu, 14 Feb 2013 10:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B78E0660; Thu, 14 Feb 2013 10:35:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1130BE0660 for ; Thu, 14 Feb 2013 10:35:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10FC733E31B for ; Thu, 14 Feb 2013 10:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 64722E4073 for ; Thu, 14 Feb 2013 10:35:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1360838153.a9325e2f11c5a2124524a69d4bc432c25b2404af.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mkl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/mkl/ChangeLog sci-libs/mkl/mkl-11.0.0.079.ebuild sci-libs/mkl/mkl-11.0.1.117.ebuild X-VCS-Directories: sci-libs/mkl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a9325e2f11c5a2124524a69d4bc432c25b2404af X-VCS-Branch: master Date: Thu, 14 Feb 2013 10:35:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f0573219-2d36-4f9d-9a55-e2a7d9dba709 X-Archives-Hash: 885a32e47cc6f4c78bdda2603c4b8713 commit: a9325e2f11c5a2124524a69d4bc432c25b2404af Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 14 10:35:53 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 14 10:35:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a9325e2f sci-libs/mkl: Add KEYWORDS, #342185 Package-Manager: portage-2.2.0_alpha162 --- sci-libs/mkl/ChangeLog | 6 +++++- sci-libs/mkl/mkl-11.0.0.079.ebuild | 3 ++- sci-libs/mkl/mkl-11.0.1.117.ebuild | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index e841b42..76d7c7f 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-libs/mkl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Feb 2013; Justin Lecher mkl-11.0.0.079.ebuild, + mkl-11.0.1.117.ebuild: + Add KEYWORDS, #342185 + *mkl-11.0.1.117 (10 Dec 2012) 10 Dec 2012; Justin Lecher +mkl-11.0.1.117.ebuild, diff --git a/sci-libs/mkl/mkl-11.0.0.079.ebuild b/sci-libs/mkl/mkl-11.0.0.079.ebuild index eaedbe3..4ef1967 100644 --- a/sci-libs/mkl/mkl-11.0.0.079.ebuild +++ b/sci-libs/mkl/mkl-11.0.0.079.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -15,6 +15,7 @@ DESCRIPTION="Intel Math Kernel Library: linear algebra, fft, math functions" HOMEPAGE="http://software.intel.com/en-us/articles/intel-mkl/" IUSE="" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" DEPEND="" RDEPEND=">=dev-libs/intel-common-12" diff --git a/sci-libs/mkl/mkl-11.0.1.117.ebuild b/sci-libs/mkl/mkl-11.0.1.117.ebuild index 89a1f0b..5ec66b3 100644 --- a/sci-libs/mkl/mkl-11.0.1.117.ebuild +++ b/sci-libs/mkl/mkl-11.0.1.117.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -15,6 +15,7 @@ DESCRIPTION="Intel Math Kernel Library: linear algebra, fft, math functions" HOMEPAGE="http://software.intel.com/en-us/articles/intel-mkl/" IUSE="" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" DEPEND="" RDEPEND=">=dev-libs/intel-common-13"