[arch-commits] CVS update of extra/devel/scons (scons-0.96.95-builder.patch)

Damir Perisa damir at archlinux.org
Sun Jul 8 14:07:34 UTC 2007


    Date: Sunday, July 8, 2007 @ 10:07:34
  Author: damir
    Path: /home/cvs-extra/extra/devel/scons

 Removed: scons-0.96.95-builder.patch (1.1)

scons: cleanup


-----------------------------+
 scons-0.96.95-builder.patch |   11 -----------
 1 file changed, 11 deletions(-)


Index: extra/devel/scons/scons-0.96.95-builder.patch
diff -u extra/devel/scons/scons-0.96.95-builder.patch:1.1 extra/devel/scons/scons-0.96.95-builder.patch:removed
--- extra/devel/scons/scons-0.96.95-builder.patch:1.1	Mon Mar 12 18:27:45 2007
+++ extra/devel/scons/scons-0.96.95-builder.patch	Sun Jul  8 10:07:33 2007
@@ -1,11 +0,0 @@
---- Builder.py-bak	2007-03-11 02:52:00.000000000 +0200
-+++ Builder.py	2007-03-11 02:52:08.000000000 +0200
-@@ -872,7 +872,7 @@
-         Clears all of the cache entries that use the specified Builder.
-         """
-         for key, smap in self._memo.items():
--            if builder in smap.builders_used:
-+            if builder in smap:
-                 del self._memo[key]
- 
- SuffixMapCache = _SuffixMapCache()




More information about the arch-commits mailing list