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/gri/gri-2.12.7.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/gri/gri-2.12.7.ebuild')
-rw-r--r-- | sci-misc/gri/gri-2.12.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/gri/gri-2.12.7.ebuild b/sci-misc/gri/gri-2.12.7.ebuild index ea271d3790b6..1cc185647a8c 100644 --- a/sci-misc/gri/gri-2.12.7.ebuild +++ b/sci-misc/gri/gri-2.12.7.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/gri/gri-2.12.7.ebuild,v 1.1 2004/12/27 21:13:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.7.ebuild,v 1.2 2004/12/28 19:12:21 ribosome Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 amd64 ~ppc" -DEPEND=">=app-sci/netcdf-3.5.0" +DEPEND=">=sci-libs/netcdf-3.5.0" src_compile() { econf || die |