mgorny 14/08/07 16:45:53 Modified: nco-4.4.2.ebuild ChangeLog Log: Fix myconfargs typo, bug #519288. (Portage version: 2.2.11_p7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 sci-misc/nco/nco-4.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?r1=1.2&r2=1.3 Index: nco-4.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nco-4.4.2.ebuild 18 Mar 2014 19:22:48 -0000 1.2 +++ nco-4.4.2.ebuild 7 Aug 2014 16:45:53 -0000 1.3 @@ -1,6 +1,6 @@ # 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.2 2014/03/18 19:22:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v 1.3 2014/08/07 16:45:53 mgorny Exp $ EAPI=5 @@ -38,7 +38,7 @@ myeconfargs+=( --enable-netcdf4 ) append-cppflags -DHAVE_NETCDF4_H else - myconfargs+=( --disable-netcdf4 ) + myeconfargs+=( --disable-netcdf4 ) fi autotools-utils_src_configure } 1.24 sci-misc/nco/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 18 Mar 2014 19:22:48 -0000 1.23 +++ ChangeLog 7 Aug 2014 16:45:53 -0000 1.24 @@ -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.23 2014/03/18 19:22:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.24 2014/08/07 16:45:53 mgorny Exp $ + + 07 Aug 2014; Michał Górny <[email protected]> nco-4.4.2.ebuild: + Fix myconfargs typo, bug #519288. 18 Mar 2014; Sébastien Fabbro <[email protected]> nco-4.4.2.ebuild: Build in source, fixing bug #504606
