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

Collapse All | Expand All

(-)a/build/depends.py (-2 / +2 lines)
Lines 30-37 Link Here
30
        return
30
        return
31
31
32
    def sources(self, build):
32
    def sources(self, build):
33
    	if build.platform_is_osx:
33
        if build.platform_is_osx:
34
        	return ['util/filepathurl.mm']
34
            return ['util/filepathurl.mm']
35
        return []
35
        return []
36
36

Return to bug 704856