diff options
author | 2007-04-29 18:42:15 +0000 | |
---|---|---|
committer | 2007-04-29 18:42:15 +0000 | |
commit | 0cb69776d81f7fb51e2af9d2e87a104f6f30c6d5 (patch) | |
tree | 83a69092d7c83577016bb75fc918a099b39dd5f9 /sci-misc/nco | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-0cb69776d81f7fb51e2af9d2e87a104f6f30c6d5.tar.gz gentoo-2-0cb69776d81f7fb51e2af9d2e87a104f6f30c6d5.tar.bz2 gentoo-2-0cb69776d81f7fb51e2af9d2e87a104f6f30c6d5.zip |
Fixed typo: s/udnunits/udunits/ (#176410 reported by Jakub Moc)
(Portage version: 2.1.2.5)
Diffstat (limited to 'sci-misc/nco')
-rw-r--r-- | sci-misc/nco/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/nco/nco-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/nco/ChangeLog b/sci-misc/nco/ChangeLog index d39a00ddb764..b6920abdca09 100644 --- a/sci-misc/nco/ChangeLog +++ b/sci-misc/nco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/nco # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.7 2007/04/27 17:03:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.8 2007/04/29 18:42:15 tove Exp $ + + 29 Apr 2007; Torsten Veller <tove@gentoo.org> nco-3.2.0.ebuild: + Fixed typo: s/udnunits/udunits/ (#176410 reported by Jakub Moc) *nco-3.2.0 (27 Apr 2007) diff --git a/sci-misc/nco/nco-3.2.0.ebuild b/sci-misc/nco/nco-3.2.0.ebuild index ee39b1b8b7ec..82cf500aaa51 100644 --- a/sci-misc/nco/nco-3.2.0.ebuild +++ b/sci-misc/nco/nco-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-3.2.0.ebuild,v 1.2 2007/04/27 19:18:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-3.2.0.ebuild,v 1.3 2007/04/29 18:42:15 tove Exp $ DESCRIPTION="Command line utilities for operating on netCDF files" SRC_URI="http://dust.ess.uci.edu/nco/src/${P}.tar.gz" @@ -14,7 +14,7 @@ IUSE="mpi doc ncap2 udunits" RDEPEND="sci-libs/netcdf mpi? ( virtual/mpi ) - udnunits? ( sci-libs/udunits )" + udunits? ( sci-libs/udunits )" DEPEND="${RDEPEND} ncap2? ( !mpi? ( dev-java/antlr ) ) |