Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213243
Collapse All | Expand All

(-)setup.py.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
  def __init__ (self, *args):
26
  def __init__ (self, *args):
27
    self.without_gettext = False
27
    self.without_gettext = False
28
    self.without_icon_cache = False
28
    self.without_icon_cache = True
29
    Distribution.__init__(self, *args)
29
    Distribution.__init__(self, *args)
30
30
31
31

Return to bug 213243