diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-01-04 17:16:54 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-01-04 17:16:54 +0000 |
commit | 98fd74a0210c126c8407e107d6e7be98b7b15c58 (patch) | |
tree | 4b64a4bd5d21a0fc3553a41d7ec32f1edd6768fd /sci-libs/hdf | |
parent | bump to 1.0.2, addition of a src_test over-riding a hostile setup.py invoking... (diff) | |
download | gentoo-2-98fd74a0210c126c8407e107d6e7be98b7b15c58.tar.gz gentoo-2-98fd74a0210c126c8407e107d6e7be98b7b15c58.tar.bz2 gentoo-2-98fd74a0210c126c8407e107d6e7be98b7b15c58.zip |
Add missing FORTRAN_DEPEND. Thanks to Vicente Olivert Riera <peratu@carrosses.com> for catching this
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'sci-libs/hdf')
-rw-r--r-- | sci-libs/hdf/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/hdf/hdf-4.2.8.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/hdf/ChangeLog b/sci-libs/hdf/ChangeLog index 8d97164ca71d..18bc2f91fe21 100644 --- a/sci-libs/hdf/ChangeLog +++ b/sci-libs/hdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/hdf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/ChangeLog,v 1.31 2013/01/02 17:24:54 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/ChangeLog,v 1.32 2013/01/04 17:16:54 xarthisius Exp $ + + 04 Jan 2013; Kacper Kowalik <xarthisius@gentoo.org> hdf-4.2.8.ebuild: + Add missing FORTRAN_DEPEND. Thanks to Vicente Olivert Riera + <peratu@carrosses.com> for catching this 02 Jan 2013; Kacper Kowalik <xarthisius@gentoo.org> files/4.2.7_p1-autotools.patch: diff --git a/sci-libs/hdf/hdf-4.2.8.ebuild b/sci-libs/hdf/hdf-4.2.8.ebuild index 0977686a6487..68504b15fdbb 100644 --- a/sci-libs/hdf/hdf-4.2.8.ebuild +++ b/sci-libs/hdf/hdf-4.2.8.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/hdf-4.2.8.ebuild,v 1.3 2012/12/30 15:00:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/hdf-4.2.8.ebuild,v 1.4 2013/01/04 17:16:54 xarthisius Exp $ EAPI=4 +FORTRAN_NEEDED=fortran + inherit eutils fortran-2 toolchain-funcs autotools flag-o-matic MYP=${P/_p/-patch} |