diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:29:06 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:29:06 +0000 |
commit | 9b008ffdf4e6dc361cc596dd47af6a1ef13b14f8 (patch) | |
tree | e02ac326894faef2e94b1e5378ea0b6fd5a488b7 /sci-libs | |
parent | Prepare for fortran2.eclass update (diff) | |
download | gentoo-2-9b008ffdf4e6dc361cc596dd47af6a1ef13b14f8.tar.gz gentoo-2-9b008ffdf4e6dc361cc596dd47af6a1ef13b14f8.tar.bz2 gentoo-2-9b008ffdf4e6dc361cc596dd47af6a1ef13b14f8.zip |
Prepare for fortran2.eclass update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/qd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/qd/qd-2.3.13.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/qd/ChangeLog b/sci-libs/qd/ChangeLog index c6adf8b7cac7..113255d946a6 100644 --- a/sci-libs/qd/ChangeLog +++ b/sci-libs/qd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/qd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.13 2012/08/03 16:43:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.14 2012/10/14 19:29:06 jlec Exp $ + + 14 Oct 2012; Justin Lecher <jlec@gentoo.org> qd-2.3.13.ebuild: + Prepare for fortran2.eclass update 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -files/qd-2.3.11-configure-version.patch, -files/qd-2.3.11-docpath.patch, diff --git a/sci-libs/qd/qd-2.3.13.ebuild b/sci-libs/qd/qd-2.3.13.ebuild index 02f63992eda7..e56a0fe6b068 100644 --- a/sci-libs/qd/qd-2.3.13.ebuild +++ b/sci-libs/qd/qd-2.3.13.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v 1.3 2012/08/03 16:43:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v 1.4 2012/10/14 19:29:06 jlec Exp $ EAPI=4 AUTOTOOLS_AUTORECONF=yes +FORTRAN_NEEDED=fortran + inherit autotools-utils fortran-2 DESCRIPTION="Quad-double and double-double float arithmetics" |