diff options
Diffstat (limited to 'sci-misc/nco')
-rw-r--r-- | sci-misc/nco/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/nco/nco-3.9.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-misc/nco/ChangeLog b/sci-misc/nco/ChangeLog index 4a1a25f94875..3bcb050aac27 100644 --- a/sci-misc/nco/ChangeLog +++ b/sci-misc/nco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/nco -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.15 2009/12/12 18:25:32 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.16 2010/08/11 22:10:54 hwoarang Exp $ + + 11 Aug 2010; Markos Chandras <hwoarang@gentoo.org> nco-3.9.9.ebuild: + Stable on amd64 wrt bug #326433 *nco-3.9.9 (12 Dec 2009) diff --git a/sci-misc/nco/nco-3.9.9.ebuild b/sci-misc/nco/nco-3.9.9.ebuild index fb7ad3b092c3..1397ba4692a4 100644 --- a/sci-misc/nco/nco-3.9.9.ebuild +++ b/sci-misc/nco/nco-3.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-3.9.9.ebuild,v 1.2 2009/12/14 17:45:32 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-3.9.9.ebuild,v 1.3 2010/08/11 22:10:54 hwoarang Exp $ EAPI=2 inherit eutils flag-o-matic @@ -11,7 +11,7 @@ HOMEPAGE="http://nco.sourceforge.net/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="amd64 ~ppc ~x86" IUSE="doc mpi ncap2 udunits" |