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 8D193198006 for ; Fri, 22 Feb 2013 16:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C5A021C00A; Fri, 22 Feb 2013 16:03:05 +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 85D7621C00A for ; Fri, 22 Feb 2013 16:03:04 +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 9D4A333E188 for ; Fri, 22 Feb 2013 16:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1F504E407D for ; Fri, 22 Feb 2013 16:03:02 +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: <1361548973.2d5c747245b4c322055003294fa0bb101dbb47d9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/tmglib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/tmglib/ChangeLog sci-libs/tmglib/metadata.xml sci-libs/tmglib/tmglib-3.4.2.ebuild X-VCS-Directories: sci-libs/tmglib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2d5c747245b4c322055003294fa0bb101dbb47d9 X-VCS-Branch: master Date: Fri, 22 Feb 2013 16:03:02 +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: ed26c6f3-c9b8-4817-b90b-e081746903cb X-Archives-Hash: b45a5ca5ec88416278b4767c95f6f27a commit: 2d5c747245b4c322055003294fa0bb101dbb47d9 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 22 16:02:53 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 22 16:02:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d5c7472 sci-libs/tmglib: Add missing dep on virtual/blas Package-Manager: portage-2.2.0_alpha163 --- sci-libs/tmglib/ChangeLog | 6 +++++- sci-libs/tmglib/metadata.xml | 4 ++-- sci-libs/tmglib/tmglib-3.4.2.ebuild | 6 ++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/sci-libs/tmglib/ChangeLog b/sci-libs/tmglib/ChangeLog index 2bfcf4a..b923543 100644 --- a/sci-libs/tmglib/ChangeLog +++ b/sci-libs/tmglib/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-libs/tmglib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Feb 2013; Justin Lecher tmglib-3.4.2.ebuild, + metadata.xml: + Add missing dep on virtual/blas + *tmglib-3.4.2 (29 Nov 2012) 29 Nov 2012; Sébastien Fabbro +metadata.xml, diff --git a/sci-libs/tmglib/metadata.xml b/sci-libs/tmglib/metadata.xml index ea03b28..4fe72b4 100644 --- a/sci-libs/tmglib/metadata.xml +++ b/sci-libs/tmglib/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + This is a library to generate matrices to test LAPACK implementations. diff --git a/sci-libs/tmglib/tmglib-3.4.2.ebuild b/sci-libs/tmglib/tmglib-3.4.2.ebuild index 62dda7a..07fe7af 100644 --- a/sci-libs/tmglib/tmglib-3.4.2.ebuild +++ b/sci-libs/tmglib/tmglib-3.4.2.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: $ @@ -17,7 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" -RDEPEND="virtual/lapack" +RDEPEND=" + virtual/blas + virtual/lapack" DEPEND="${RDEPEND} virtual/pkgconfig"