diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-11-13 13:43:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-11-13 13:43:21 +0000 |
commit | 1c05d44c717b071a5ae12e31781ac707720674de (patch) | |
tree | 37d85da479abb320b654518e0283623365232a16 /sci-libs/punc | |
parent | Some QA (diff) | |
download | gentoo-2-1c05d44c717b071a5ae12e31781ac707720674de.tar.gz gentoo-2-1c05d44c717b071a5ae12e31781ac707720674de.tar.bz2 gentoo-2-1c05d44c717b071a5ae12e31781ac707720674de.zip |
Added missing DEP on virtual/lapack
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/punc')
-rw-r--r-- | sci-libs/punc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/punc/punc-1.4-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/punc/ChangeLog b/sci-libs/punc/ChangeLog index 2e79ac978638..037c232bd1dc 100644 --- a/sci-libs/punc/ChangeLog +++ b/sci-libs/punc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/punc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.8 2010/11/10 14:14:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.9 2010/11/13 13:43:21 jlec Exp $ + + 13 Nov 2010; Justin Lecher <jlec@gentoo.org> punc-1.4-r1.ebuild: + Added missing DEP on virtual/lapack 10 Nov 2010; Justin Lecher <jlec@gentoo.org> punc-1.4-r1.ebuild: Keyworded for ~-linux prefix diff --git a/sci-libs/punc/punc-1.4-r1.ebuild b/sci-libs/punc/punc-1.4-r1.ebuild index ff770e32c3ae..83100cd742e8 100644 --- a/sci-libs/punc/punc-1.4-r1.ebuild +++ b/sci-libs/punc/punc-1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.2 2010/11/10 14:14:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.3 2010/11/13 13:43:21 jlec Exp $ EAPI="3" @@ -24,6 +24,7 @@ RDEPEND=" sci-libs/superlu sci-libs/umfpack virtual/blas + virtual/lapack mpi? ( virtual/mpi )" DEPEND=" ${RDEPEND} |