diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:59:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:59:44 +0000 |
commit | 2641aa8f3c11849fcd8bcb1e096904dfc43298dc (patch) | |
tree | 239e7702b79cd03541ae7db70d62f0ab60cddc69 /sci-physics/camfr | |
parent | Version bump beta, removed deprecated (diff) | |
download | gentoo-2-2641aa8f3c11849fcd8bcb1e096904dfc43298dc.tar.gz gentoo-2-2641aa8f3c11849fcd8bcb1e096904dfc43298dc.tar.bz2 gentoo-2-2641aa8f3c11849fcd8bcb1e096904dfc43298dc.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/camfr')
-rw-r--r-- | sci-physics/camfr/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/camfr/camfr-20070717-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/camfr/ChangeLog b/sci-physics/camfr/ChangeLog index a31bfadc3923..01776e63b7c0 100644 --- a/sci-physics/camfr/ChangeLog +++ b/sci-physics/camfr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/camfr -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.19 2010/11/15 15:57:03 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.20 2011/06/21 09:59:44 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> camfr-20070717-r2.ebuild: + Added fortran-2.eclass support 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -camfr-20070717-r1.ebuild: diff --git a/sci-physics/camfr/camfr-20070717-r2.ebuild b/sci-physics/camfr/camfr-20070717-r2.ebuild index 4b8e070b4112..b1651580dc01 100644 --- a/sci-physics/camfr/camfr-20070717-r2.ebuild +++ b/sci-physics/camfr/camfr-20070717-r2.ebuild @@ -1,6 +1,6 @@ -# 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-physics/camfr/camfr-20070717-r2.ebuild,v 1.2 2010/06/25 22:37:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-20070717-r2.ebuild,v 1.3 2011/06/21 09:59:44 jlec Exp $ EAPI=2 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" PYTHON_USE_WITH="tk" SUPPORT_PYTHON_ABIS="1" -inherit eutils distutils toolchain-funcs +inherit eutils fortran-2 distutils toolchain-funcs DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="true" |