diff options
author | 2004-12-28 19:01:39 +0000 | |
---|---|---|
committer | 2004-12-28 19:01:39 +0000 | |
commit | 8fa57a6ed374e9f2539302554ed9aa502deee279 (patch) | |
tree | f30befd47bb9935a03eac115d50ba0a83302a15d | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-8fa57a6ed374e9f2539302554ed9aa502deee279.tar.gz gentoo-2-8fa57a6ed374e9f2539302554ed9aa502deee279.tar.bz2 gentoo-2-8fa57a6ed374e9f2539302554ed9aa502deee279.zip |
Fixed dependency, made digest not executable
-rw-r--r-- | app-sci/vis5d+/vis5d+-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/vis5d+/vis5d+-1.2.1.ebuild b/app-sci/vis5d+/vis5d+-1.2.1.ebuild index 828722ec2852..bf4f1dd7add0 100644 --- a/app-sci/vis5d+/vis5d+-1.2.1.ebuild +++ b/app-sci/vis5d+/vis5d+-1.2.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/app-sci/vis5d+/vis5d+-1.2.1.ebuild,v 1.8 2004/06/24 22:20:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/vis5d+/vis5d+-1.2.1.ebuild,v 1.9 2004/12/28 19:01:39 ribosome Exp $ DESCRIPTION="3dimensional weather modeling software" HOMEPAGE="http://vis5d.sourceforge.net" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" -DEPEND=">=app-sci/netcdf-3.5.0" +DEPEND=">=sci-libs/netcdf-3.5.0" src_compile() { ./configure \ |