diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:01:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:01:19 +0000 |
commit | fe42ae3c2c5cb93c46ec2d1e4d0b4ec71d36cb72 (patch) | |
tree | 54a488d128d8300e678874cfc43096d50bad818b /sci-libs/getdata | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-fe42ae3c2c5cb93c46ec2d1e4d0b4ec71d36cb72.tar.gz gentoo-2-fe42ae3c2c5cb93c46ec2d1e4d0b4ec71d36cb72.tar.bz2 gentoo-2-fe42ae3c2c5cb93c46ec2d1e4d0b4ec71d36cb72.zip |
Prepare for fortran2.eclass update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/getdata')
-rw-r--r-- | sci-libs/getdata/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/getdata/getdata-0.8.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/getdata/ChangeLog b/sci-libs/getdata/ChangeLog index 5e539fe11474..bed492cae647 100644 --- a/sci-libs/getdata/ChangeLog +++ b/sci-libs/getdata/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/getdata # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.11 2012/09/22 20:51:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.12 2012/10/14 19:01:19 jlec Exp $ + + 14 Oct 2012; Justin Lecher <jlec@gentoo.org> getdata-0.8.0.ebuild: + Prepare for fortran2.eclass update 22 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> -getdata-0.6.3-r1.ebuild, -getdata-0.6.3.ebuild, -getdata-0.7.3.ebuild, getdata-0.8.0.ebuild: diff --git a/sci-libs/getdata/getdata-0.8.0.ebuild b/sci-libs/getdata/getdata-0.8.0.ebuild index ca6171f9a651..5ffab39a78ff 100644 --- a/sci-libs/getdata/getdata-0.8.0.ebuild +++ b/sci-libs/getdata/getdata-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.8.0.ebuild,v 1.3 2012/09/22 20:51:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.8.0.ebuild,v 1.4 2012/10/14 19:01:19 jlec Exp $ EAPI=3 @@ -9,6 +9,7 @@ SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" FORTRAN_STANDARD="95" +FORTRAN_NEEDED=fortran inherit autotools fortran-2 python |