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 | e8331dc2740987707802b2ec314f4f4613eefe7c (patch) | |
tree | 3d5eb32f873096bc24fd6038de9d9974017fb34c /sci-misc/nco | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-e8331dc2740987707802b2ec314f4f4613eefe7c.tar.gz gentoo-2-e8331dc2740987707802b2ec314f4f4613eefe7c.tar.bz2 gentoo-2-e8331dc2740987707802b2ec314f4f4613eefe7c.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" |