diff options
author | Christophe LEFEBVRE (chtof) <chtof62@gmail.com> | 2010-02-01 21:39:24 +0000 |
---|---|---|
committer | Christophe LEFEBVRE (chtof) <chtof62@gmail.com> | 2010-02-01 21:39:24 +0000 |
commit | c84c837a2fbae3e0f390c654f8ad480f8a7a1b44 (patch) | |
tree | 3f00cb45fe0b61d9ac7859532b3adc9a46c608d8 /app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch | |
parent | marking globus for removal in 30 days (EBo) (diff) | |
download | sunrise-c84c837a2fbae3e0f390c654f8ad480f8a7a1b44.tar.gz sunrise-c84c837a2fbae3e0f390c654f8ad480f8a7a1b44.tar.bz2 sunrise-c84c837a2fbae3e0f390c654f8ad480f8a7a1b44.zip |
app-misc/perroquet: New ebuild for bug 299938 thanks to Tommy
svn path=/sunrise/; revision=9960
Diffstat (limited to 'app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch')
-rw-r--r-- | app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch b/app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch new file mode 100644 index 000000000..2034af532 --- /dev/null +++ b/app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch @@ -0,0 +1,15 @@ +--- setup.py.orig 2010-02-01 21:38:42.000000000 +0100 ++++ setup.py 2010-02-01 21:40:09.000000000 +0100 +@@ -27,9 +27,9 @@ + + def __init__ (self, *args): + self.without_gettext = False +- self.without_icon_cache = False +- self.without_mime_database = False +- self.without_desktop_database = False ++ self.without_icon_cache = True ++ self.without_mime_database = True ++ self.without_desktop_database = True + Distribution.__init__(self, *args) + + |