diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2008-05-05 02:48:01 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2008-05-05 02:48:01 +0000 |
commit | 0fc5ac2555cbc10828b48cfc177c16e18c34b510 (patch) | |
tree | a85f8a575c2c5ede3d29712324e6b03afbdb1015 /sci-libs/cholmod | |
parent | Keyword for mips. (diff) | |
download | gentoo-2-0fc5ac2555cbc10828b48cfc177c16e18c34b510.tar.gz gentoo-2-0fc5ac2555cbc10828b48cfc177c16e18c34b510.tar.bz2 gentoo-2-0fc5ac2555cbc10828b48cfc177c16e18c34b510.zip |
Bug #220263, fix typo in patch (PARTITIOn -> PARTITION).
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r-- | sci-libs/cholmod/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/cholmod/files/cholmod-1.6.0-autotools.patch | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog index 5241f2ceebe1..b1eb32f715a9 100644 --- a/sci-libs/cholmod/ChangeLog +++ b/sci-libs/cholmod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/cholmod # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.6 2008/04/28 19:25:42 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.7 2008/05/05 02:48:00 jsbronder Exp $ + + 05 May 2008; Justin Bronder <jsbronder@gentoo.org> + files/cholmod-1.6.0-autotools.patch: + Bug #220263, fix typo in patch (PARTITIOn -> PARTITION). Thanks to Juan + Aguado (juantxorena at gmail) for tracking this down. 28 Apr 2008; Tobias Klausmann <klausman@gentoo.org> cholmod-1.6.0-r1.ebuild: diff --git a/sci-libs/cholmod/files/cholmod-1.6.0-autotools.patch b/sci-libs/cholmod/files/cholmod-1.6.0-autotools.patch index d019b1360e13..dac15028e91c 100644 --- a/sci-libs/cholmod/files/cholmod-1.6.0-autotools.patch +++ b/sci-libs/cholmod/files/cholmod-1.6.0-autotools.patch @@ -614,7 +614,7 @@ +SUPERNODAL = cholmod_supernodal.h +endif + -+include_HEADERS = $(CHECK) $(CHOLESKY) $(PARTITIOn) $(MATRIXOPS) $(MODIFY) $(SUPERNODAL) \ ++include_HEADERS = $(CHECK) $(CHOLESKY) $(PARTITION) $(MATRIXOPS) $(MODIFY) $(SUPERNODAL) \ + cholmod.h \ + cholmod_config.h \ + cholmod_core.h \ |