diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-05-04 15:41:44 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-05-04 15:41:44 +0000 |
commit | c99da0b6083aefeb53ed8098ced8802a41d8bc72 (patch) | |
tree | 3503ee2a16679db8ea2488ea2d3fe42cc1a4ce69 /sci-misc/nco/nco-2.9.1.ebuild | |
parent | amd64/x86 stable, bug #220008 (diff) | |
download | gentoo-2-c99da0b6083aefeb53ed8098ced8802a41d8bc72.tar.gz gentoo-2-c99da0b6083aefeb53ed8098ced8802a41d8bc72.tar.bz2 gentoo-2-c99da0b6083aefeb53ed8098ced8802a41d8bc72.zip |
Version bump and cleanup. This new revision fixes the mpi compile problem reported in bug #220211.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'sci-misc/nco/nco-2.9.1.ebuild')
-rw-r--r-- | sci-misc/nco/nco-2.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-misc/nco/nco-2.9.1.ebuild b/sci-misc/nco/nco-2.9.1.ebuild index 7d7223b26348..f873cf2761e4 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-2005 Gentoo Foundation +# Copyright 1999-2008 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.4 2005/06/26 03:11:53 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.9.1.ebuild,v 1.5 2008/05/04 15:41:44 markusle Exp $ IUSE="" @@ -27,7 +27,7 @@ src_install() { DESTDIR=${D} make install cd doc - dodoc ANNOUNCE ChangeLog LICENSE MANIFEST NEWS README TAG TODO VERSION *.txt + dodoc ANNOUNCE ChangeLog MANIFEST NEWS README TAG TODO VERSION *.txt dohtml *.shtml doinfo *.info* } |