diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:32:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:32:11 +0000 |
commit | 68baecd710cd61fdbed81bcb4e608ecf489bc809 (patch) | |
tree | 4f8f9a0920715bcf648774a5a09f8f82b5171042 /sci-libs/mc/mc-1.4.ebuild | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-68baecd710cd61fdbed81bcb4e608ecf489bc809.tar.gz gentoo-2-68baecd710cd61fdbed81bcb4e608ecf489bc809.tar.bz2 gentoo-2-68baecd710cd61fdbed81bcb4e608ecf489bc809.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/mc/mc-1.4.ebuild')
-rw-r--r-- | sci-libs/mc/mc-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/mc/mc-1.4.ebuild b/sci-libs/mc/mc-1.4.ebuild index e55edf5a0804..8631fe13b092 100644 --- a/sci-libs/mc/mc-1.4.ebuild +++ b/sci-libs/mc/mc-1.4.ebuild @@ -1,10 +1,10 @@ -# 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-libs/mc/mc-1.4.ebuild,v 1.2 2010/11/02 09:15:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/mc-1.4.ebuild,v 1.3 2011/06/21 08:32:11 jlec Exp $ EAPI="2" -inherit autotools eutils multilib +inherit autotools eutils fortran-2 multilib DESCRIPTION="2D/3D AFEM code for nonlinear geometric PDE" HOMEPAGE="http://fetk.org/codes/mc/index.html" |