summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/spqr/ChangeLog10
-rw-r--r--sci-libs/spqr/spqr-1.2.3-r1.ebuild (renamed from sci-libs/spqr/spqr-1.2.3.ebuild)8
2 files changed, 12 insertions, 6 deletions
diff --git a/sci-libs/spqr/ChangeLog b/sci-libs/spqr/ChangeLog
index 463ccb2b3f6f..6ba82d59b59e 100644
--- a/sci-libs/spqr/ChangeLog
+++ b/sci-libs/spqr/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/spqr
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/ChangeLog,v 1.13 2013/11/25 07:37:41 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/ChangeLog,v 1.14 2015/06/22 02:00:45 patrick Exp $
+
+*spqr-1.2.3-r1 (22 Jun 2015)
+
+ 22 Jun 2015; Patrick Lauer <patrick@gentoo.org> +spqr-1.2.3-r1.ebuild,
+ -spqr-1.2.3.ebuild:
+ Fix dependencies after useflag disappearance
25 Nov 2013; Patrick Lauer <patrick@gentoo.org> spqr-1.3.1.ebuild:
Add missing lapack dependency #492482
diff --git a/sci-libs/spqr/spqr-1.2.3.ebuild b/sci-libs/spqr/spqr-1.2.3-r1.ebuild
index 8687000e6413..5940e930fcfe 100644
--- a/sci-libs/spqr/spqr-1.2.3.ebuild
+++ b/sci-libs/spqr/spqr-1.2.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/spqr-1.2.3.ebuild,v 1.2 2012/05/04 08:22:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/spqr-1.2.3-r1.ebuild,v 1.1 2015/06/22 02:00:45 patrick Exp $
-EAPI=4
+EAPI=5
AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc metis static-libs tbb"
-RDEPEND="sci-libs/cholmod[supernodal]
+RDEPEND="sci-libs/cholmod[supernodal(+)]
tbb? ( dev-cpp/tbb )
metis? ( >=sci-libs/cholmod-1.7.0-r1[metis] )"
DEPEND="${RDEPEND}