diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:50:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:50:51 +0000 |
commit | ec495697ae56dfb20b9d0ec5d8bafe5f027d6bfe (patch) | |
tree | 03d268cac16b5ba8f8a54780f59b5abe0326ab92 /sci-libs/libnc-dap | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-ec495697ae56dfb20b9d0ec5d8bafe5f027d6bfe.tar.gz gentoo-2-ec495697ae56dfb20b9d0ec5d8bafe5f027d6bfe.tar.bz2 gentoo-2-ec495697ae56dfb20b9d0ec5d8bafe5f027d6bfe.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libnc-dap')
-rw-r--r-- | sci-libs/libnc-dap/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/libnc-dap/ChangeLog b/sci-libs/libnc-dap/ChangeLog index ff7b2e562e5f..b8e1f9d089ed 100644 --- a/sci-libs/libnc-dap/ChangeLog +++ b/sci-libs/libnc-dap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libnc-dap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.6 2011/03/02 20:57:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.7 2011/06/21 09:50:51 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libnc-dap-3.7.3-r1.ebuild: + Added fortran-2.eclass support 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libnc-dap-3.7.3-r1.ebuild: Correct Slots for gtk 3 introduction to tree diff --git a/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild b/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild index 71cb50316b61..3126e7296c44 100644 --- a/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild +++ b/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild,v 1.4 2011/03/02 20:57:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild,v 1.5 2011/06/21 09:50:51 jlec Exp $ EAPI="1" -inherit eutils flag-o-matic toolchain-funcs +inherit eutils fortran-2 flag-o-matic toolchain-funcs DESCRIPTION="An OPeNDAP-enabled version of the NetCDF 3.6 API that replaces the standard NetCDF library." HOMEPAGE="http://opendap.org/index.html" @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} <=sci-libs/libdap-3.8.2" pkg_setup() { + fortran-2_pkg_setup if use fortran; then case "$(tc-getFC)" in # probably needs more compilers here, of which I have |