diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 19:16:30 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 19:16:30 +0000 |
commit | 4c57c127b5ddcdda5891b252f2fd771addd3b5e1 (patch) | |
tree | 11d1062cd6520926942623d1d3237c43e221ba25 /sci-misc/nco | |
parent | Fixed dependency ("app-sci/netcdf" moved to "sci-libs") (diff) | |
download | historical-4c57c127b5ddcdda5891b252f2fd771addd3b5e1.tar.gz historical-4c57c127b5ddcdda5891b252f2fd771addd3b5e1.tar.bz2 historical-4c57c127b5ddcdda5891b252f2fd771addd3b5e1.zip |
Fixed dependency ("app-sci/netcdf" moved to "sci-libs")
Diffstat (limited to 'sci-misc/nco')
-rw-r--r-- | sci-misc/nco/nco-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/nco/nco-2.7.1.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/nco/nco-2.9.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-misc/nco/nco-2.2.0.ebuild b/sci-misc/nco/nco-2.2.0.ebuild index 364170d5b90e..9913678a6844 100644 --- a/sci-misc/nco/nco-2.2.0.ebuild +++ b/sci-misc/nco/nco-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.2.0.ebuild,v 1.1 2004/12/27 21:20:23 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.2.0.ebuild,v 1.2 2004/12/28 19:14:45 ribosome Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="app-sci/netcdf" +DEPEND="sci-libs/netcdf" src_compile() { mkdir -p obj diff --git a/sci-misc/nco/nco-2.7.1.ebuild b/sci-misc/nco/nco-2.7.1.ebuild index 23be5964b2bd..fb83c08ff843 100644 --- a/sci-misc/nco/nco-2.7.1.ebuild +++ b/sci-misc/nco/nco-2.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.7.1.ebuild,v 1.1 2004/12/27 21:20:23 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.7.1.ebuild,v 1.2 2004/12/28 19:14:45 ribosome Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="app-sci/netcdf" +DEPEND="sci-libs/netcdf" src_compile() { econf || die "econf failed" diff --git a/sci-misc/nco/nco-2.9.1.ebuild b/sci-misc/nco/nco-2.9.1.ebuild index a107624a2fb7..92510040d516 100644 --- a/sci-misc/nco/nco-2.9.1.ebuild +++ b/sci-misc/nco/nco-2.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.9.1.ebuild,v 1.1 2004/12/27 21:20:23 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.9.1.ebuild,v 1.2 2004/12/28 19:14:45 ribosome Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="app-sci/netcdf" +DEPEND="sci-libs/netcdf" src_compile() { econf || die "econf failed" |