diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-31 06:20:08 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-31 06:20:08 +0000 |
commit | e26e8e7a3985d04b5057d921ca40c831782792a1 (patch) | |
tree | c5ebf0e3bb75fe5ed8bc73d74e3c684def7a60f8 /x11-terms/terminator/files | |
parent | Version bump for dev channel release. Remove old. (diff) | |
download | gentoo-2-e26e8e7a3985d04b5057d921ca40c831782792a1.tar.gz gentoo-2-e26e8e7a3985d04b5057d921ca40c831782792a1.tar.bz2 gentoo-2-e26e8e7a3985d04b5057d921ca40c831782792a1.zip |
Import from sunrise, #213243
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/terminator/files')
-rw-r--r-- | x11-terms/terminator/files/0.90-without-icon-cache.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 000000000000..c7862def3eaa --- /dev/null +++ b/x11-terms/terminator/files/0.90-without-icon-cache.patch @@ -0,0 +1,11 @@ +--- 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) + + |