summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/terminator/files/0.90-without-icon-cache.patch')
-rw-r--r--x11-terms/terminator/files/0.90-without-icon-cache.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-terms/terminator/files/0.90-without-icon-cache.patch b/x11-terms/terminator/files/0.90-without-icon-cache.patch
deleted file mode 100644
index c7862def3eaa..000000000000
--- a/x11-terms/terminator/files/0.90-without-icon-cache.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2009-08-12 22:22:53.000000000 -0400
-+++ setup.py 2009-08-12 22:22:57.000000000 -0400
-@@ -25,7 +25,7 @@
-
- def __init__ (self, *args):
- self.without_gettext = False
-- self.without_icon_cache = False
-+ self.without_icon_cache = True
- Distribution.__init__(self, *args)
-
-