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/nco-2.2.0.ebuild | |
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/nco-2.2.0.ebuild')
-rw-r--r-- | sci-misc/nco/nco-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |