diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:05:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:05:07 +0000 |
commit | f1eadb2e380045f5894a1adae9ab1dce20346896 (patch) | |
tree | 55d35aba011b3de0ba2678fdadbd7ac659353adf /sci-libs/hypre | |
parent | Prepare for fortran2.eclass update (diff) | |
download | gentoo-2-f1eadb2e380045f5894a1adae9ab1dce20346896.tar.gz gentoo-2-f1eadb2e380045f5894a1adae9ab1dce20346896.tar.bz2 gentoo-2-f1eadb2e380045f5894a1adae9ab1dce20346896.zip |
Prepare for fortran2.eclass update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hypre')
-rw-r--r-- | sci-libs/hypre/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/hypre/hypre-2.8.0b-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/hypre/ChangeLog b/sci-libs/hypre/ChangeLog index cc471aaeba9b..895722e8fa47 100644 --- a/sci-libs/hypre/ChangeLog +++ b/sci-libs/hypre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hypre # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.7 2012/10/10 15:07:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.8 2012/10/14 19:05:07 jlec Exp $ + + 14 Oct 2012; Justin Lecher <jlec@gentoo.org> hypre-2.8.0b-r1.ebuild: + Prepare for fortran2.eclass update 10 Oct 2012; Justin Lecher <jlec@gentoo.org> hypre-2.8.0b-r1.ebuild: Respect CC, #437848 diff --git a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild index c1116db9eeba..da746760933c 100644 --- a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild +++ b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.6 2012/10/10 15:07:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.7 2012/10/14 19:05:07 jlec Exp $ EAPI=4 +FORTRAN_NEEDED=fortran + inherit eutils fortran-2 toolchain-funcs DESCRIPTION="Parallel matrix preconditioners library" |