diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-20 22:52:24 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-20 22:52:24 +0000 |
commit | 5e9e3e63e357619731e4ae48bc6217fac1f7d2cf (patch) | |
tree | 3506b1ef8626cac12f7bea425990fc7da8495c2e /sci-chemistry | |
parent | Pull old devel version. (diff) | |
download | gentoo-2-5e9e3e63e357619731e4ae48bc6217fac1f7d2cf.tar.gz gentoo-2-5e9e3e63e357619731e4ae48bc6217fac1f7d2cf.tar.bz2 gentoo-2-5e9e3e63e357619731e4ae48bc6217fac1f7d2cf.zip |
(#143858) Add a forgotten patch.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/reduce/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/reduce/files/3.02.060709-remove-extra-qualification.patch | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sci-chemistry/reduce/ChangeLog b/sci-chemistry/reduce/ChangeLog index c5bf70b4a505..2a5c9027b524 100644 --- a/sci-chemistry/reduce/ChangeLog +++ b/sci-chemistry/reduce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/reduce # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/ChangeLog,v 1.6 2006/08/09 16:22:09 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/ChangeLog,v 1.7 2006/08/20 22:52:24 dberkholz Exp $ + + 20 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; + +files/3.02.060709-remove-extra-qualification.patch: + (#143858) Add a forgotten patch. *reduce-3.02.060709 (09 Aug 2006) diff --git a/sci-chemistry/reduce/files/3.02.060709-remove-extra-qualification.patch b/sci-chemistry/reduce/files/3.02.060709-remove-extra-qualification.patch new file mode 100644 index 000000000000..46745213b15c --- /dev/null +++ b/sci-chemistry/reduce/files/3.02.060709-remove-extra-qualification.patch @@ -0,0 +1,12 @@ +diff -ur reduce.3.02.060709.orig/reduce_src/GraphToHoldScores.h reduce.3.02.060709/reduce_src/GraphToHoldScores.h +--- reduce.3.02.060709.orig/reduce_src/GraphToHoldScores.h 2006-07-10 08:12:40.000000000 -0700 ++++ reduce.3.02.060709/reduce_src/GraphToHoldScores.h 2006-07-10 10:31:40.000000000 -0700 +@@ -290,7 +290,7 @@ + int whichVertex( int vertex ) const; + + void +- DegreeThreeEdge_ths::lookForSharedDots( ++ lookForSharedDots( + DegreeThreeEdge_ths const * other, + int vertex_this, + int vertex_other |