commit: 088ac9b023dbf1431db90e2bbf8e6b32a80def9b Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Jan 1 17:05:14 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Jan 2 08:00:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088ac9b0
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 <AT> gentoo.org> sci-libs/mc/mc-1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/mc/mc-1.5.ebuild b/sci-libs/mc/mc-1.5.ebuild index 7cae2d7..576c0c7 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"
