diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-18 19:22:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-18 19:22:48 +0000 |
commit | 69e5e6680d2b811694b42e7086a81525a49ead1b (patch) | |
tree | 75eae492ad4337f69d8029265fd0d0244ba224f4 /sci-misc | |
parent | Version bump (diff) | |
download | gentoo-2-69e5e6680d2b811694b42e7086a81525a49ead1b.tar.gz gentoo-2-69e5e6680d2b811694b42e7086a81525a49ead1b.tar.bz2 gentoo-2-69e5e6680d2b811694b42e7086a81525a49ead1b.zip |
Build in source, fixing bug #504606
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/nco/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/nco/nco-4.4.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-misc/nco/ChangeLog b/sci-misc/nco/ChangeLog index 030dbd0a4731..73275d23790e 100644 --- a/sci-misc/nco/ChangeLog +++ b/sci-misc/nco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/nco # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.22 2014/02/27 18:58:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.23 2014/03/18 19:22:48 bicatali Exp $ + + 18 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> nco-4.4.2.ebuild: + Build in source, fixing bug #504606 *nco-4.4.2 (27 Feb 2014) diff --git a/sci-misc/nco/nco-4.4.2.ebuild b/sci-misc/nco/nco-4.4.2.ebuild index fa028d731c0c..178d56ddab8e 100644 --- a/sci-misc/nco/nco-4.4.2.ebuild +++ b/sci-misc/nco/nco-4.4.2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v 1.1 2014/02/27 18:58:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v 1.2 2014/03/18 19:22:48 bicatali Exp $ EAPI=5 +AUTOTOOLS_IN_SOURCE_BUILD=1 inherit autotools-utils eutils flag-o-matic DESCRIPTION="Command line utilities for operating on netCDF files" |