aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-22 17:02:53 +0100
committerJustin Lecher <jlec@gentoo.org>2013-02-22 17:02:53 +0100
commit2d5c747245b4c322055003294fa0bb101dbb47d9 (patch)
tree996cf1b88da6b47eef662421bfec54a6276f8eed
parentsci-chemistry/freeon: Add missing dep on virtual/pkgconfig; bump to eapi=5; u... (diff)
downloadsci-2d5c747245b4c322055003294fa0bb101dbb47d9.tar.gz
sci-2d5c747245b4c322055003294fa0bb101dbb47d9.tar.bz2
sci-2d5c747245b4c322055003294fa0bb101dbb47d9.zip
sci-libs/tmglib: Add missing dep on virtual/blas
Package-Manager: portage-2.2.0_alpha163
-rw-r--r--sci-libs/tmglib/ChangeLog6
-rw-r--r--sci-libs/tmglib/metadata.xml4
-rw-r--r--sci-libs/tmglib/tmglib-3.4.2.ebuild6
3 files changed, 11 insertions, 5 deletions
diff --git a/sci-libs/tmglib/ChangeLog b/sci-libs/tmglib/ChangeLog
index 2bfcf4ad5..b923543b8 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 <jlec@gentoo.org> 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 <bicatali@gentoo.org> +metadata.xml,
diff --git a/sci-libs/tmglib/metadata.xml b/sci-libs/tmglib/metadata.xml
index ea03b28b9..4fe72b4a3 100644
--- a/sci-libs/tmglib/metadata.xml
+++ b/sci-libs/tmglib/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
This is a library to generate matrices to test LAPACK
implementations.
</longdescription>
diff --git a/sci-libs/tmglib/tmglib-3.4.2.ebuild b/sci-libs/tmglib/tmglib-3.4.2.ebuild
index 62dda7ab9..07fe7af8a 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"