diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-01-01 17:05:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-01-02 08:00:24 +0000 |
commit | 088ac9b023dbf1431db90e2bbf8e6b32a80def9b (patch) | |
tree | 80f8d6b37ace31be8e542e32c35db107729a8a2d /sci-libs/mc | |
parent | app-shells/ksh: Drop old (diff) | |
download | gentoo-088ac9b023dbf1431db90e2bbf8e6b32a80def9b.tar.gz gentoo-088ac9b023dbf1431db90e2bbf8e6b32a80def9b.tar.bz2 gentoo-088ac9b023dbf1431db90e2bbf8e6b32a80def9b.zip |
sci-libs/mc: Depend on earlier superlu API
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604132
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603448
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/mc')
-rw-r--r-- | sci-libs/mc/mc-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/mc/mc-1.5.ebuild b/sci-libs/mc/mc-1.5.ebuild index 7cae2d73054d..576c0c7997fe 100644 --- a/sci-libs/mc/mc-1.5.ebuild +++ b/sci-libs/mc/mc-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ RDEPEND=" sci-libs/amd sci-libs/gamer sci-libs/punc - sci-libs/superlu + <sci-libs/superlu-5 sci-libs/umfpack virtual/blas virtual/lapack" |