Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33129 | Differences between
and this patch

Collapse All | Expand All

(-)discover.py.orig (-1 / +1 lines)
Lines 621-627 Link Here
621
        else:
621
        else:
622
            pyQtSipPath = ["../", "/usr/local/", "/usr/local/src/", "/usr/src/", "/usr/share/sip", "/usr/local/share/sip",\
622
            pyQtSipPath = ["../", "/usr/local/", "/usr/local/src/", "/usr/src/", "/usr/share/sip", "/usr/local/share/sip",\
623
                           "/usr/share/sip/qt"]
623
                           "/usr/share/sip/qt"]
624
        self.pyQtSip = DiscoverPyQtSip (os.path.join ("PyQt-x11-gpl-" + self.pyQtLib.vers, "sip", "qtmod.sip"), pyQtSipPath)
624
        self.pyQtSip = DiscoverPyQtSip ("qtmod.sip", pyQtSipPath)
625
        print
625
        print
626
626
627
    def discoverKDE3 (self, opts):
627
    def discoverKDE3 (self, opts):

Return to bug 33129