diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:40:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:40:57 +0000 |
commit | 2bbc8b8f27250786e785e23e7d213ebe06209fb3 (patch) | |
tree | dd40e3aa3c7d7c7505bd6051b9cbbd0895a01ea4 /sci-biology/mammoth | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-2bbc8b8f27250786e785e23e7d213ebe06209fb3.tar.gz gentoo-2-2bbc8b8f27250786e785e23e7d213ebe06209fb3.tar.bz2 gentoo-2-2bbc8b8f27250786e785e23e7d213ebe06209fb3.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/mammoth')
-rw-r--r-- | sci-biology/mammoth/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/mammoth/mammoth-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/mammoth/ChangeLog b/sci-biology/mammoth/ChangeLog index fe47461e2349..2b74a4cd8133 100644 --- a/sci-biology/mammoth/ChangeLog +++ b/sci-biology/mammoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/mammoth -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/ChangeLog,v 1.3 2010/12/16 15:03:45 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/ChangeLog,v 1.4 2011/06/21 09:40:57 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mammoth-1.0.ebuild: + Added fortran-2.eclass support 16 Dec 2010; Justin Lecher <jlec@gentoo.org> mammoth-1.0.ebuild: Removal of fortran.eclass, #348851 diff --git a/sci-biology/mammoth/mammoth-1.0.ebuild b/sci-biology/mammoth/mammoth-1.0.ebuild index 4c78b88f2e91..dde587ecd3ac 100644 --- a/sci-biology/mammoth/mammoth-1.0.ebuild +++ b/sci-biology/mammoth/mammoth-1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/mammoth-1.0.ebuild,v 1.3 2010/12/16 15:03:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/mammoth-1.0.ebuild,v 1.4 2011/06/21 09:40:57 jlec Exp $ -inherit autotools eutils flag-o-matic toolchain-funcs +inherit autotools eutils fortran-2 flag-o-matic toolchain-funcs MY_P="${P}-src" |