summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 08:39:03 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 08:39:03 +0000
commitac5ee601e9c59fedfb6fc973509a1949c6f1d9a4 (patch)
tree7ccd2158dbe3440678bfec1deaf30ac5c4a13b1c /sci-libs/taucs
parentAdded fortran-2.eclass support (diff)
downloadgentoo-2-ac5ee601e9c59fedfb6fc973509a1949c6f1d9a4.tar.gz
gentoo-2-ac5ee601e9c59fedfb6fc973509a1949c6f1d9a4.tar.bz2
gentoo-2-ac5ee601e9c59fedfb6fc973509a1949c6f1d9a4.zip
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/taucs')
-rw-r--r--sci-libs/taucs/ChangeLog5
-rw-r--r--sci-libs/taucs/taucs-2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/taucs/ChangeLog b/sci-libs/taucs/ChangeLog
index d3e50f0b5353..60c6110d0d80 100644
--- a/sci-libs/taucs/ChangeLog
+++ b/sci-libs/taucs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/taucs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/ChangeLog,v 1.3 2011/06/02 10:42:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/ChangeLog,v 1.4 2011/06/21 08:39:03 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> taucs-2.2.ebuild:
+ Added fortran-2.eclass support
02 Jun 2011; Justin Lecher <jlec@gentoo.org> taucs-2.2.ebuild:
Make it gold ready, #369755
diff --git a/sci-libs/taucs/taucs-2.2.ebuild b/sci-libs/taucs/taucs-2.2.ebuild
index e7166b205f4d..0268df3e882f 100644
--- a/sci-libs/taucs/taucs-2.2.ebuild
+++ b/sci-libs/taucs/taucs-2.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/taucs-2.2.ebuild,v 1.3 2011/06/02 10:42:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/taucs-2.2.ebuild,v 1.4 2011/06/21 08:39:03 jlec Exp $
EAPI=2
-inherit eutils toolchain-funcs flag-o-matic
+inherit eutils fortran-2 toolchain-funcs flag-o-matic
DESCRIPTION="C library of sparse linear solvers"
HOMEPAGE="http://www.tau.ac.il/~stoledo/taucs/"