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

Collapse All | Expand All

(-)setup.py.orig (-1 / +1 lines)
Lines 361-367 Link Here
361
                             APP_REVISION_NUM=revisionnum,
361
                             APP_REVISION_NUM=revisionnum,
362
                             APP_REVISION_URL=revisionurl,
362
                             APP_REVISION_URL=revisionurl,
363
                             APP_PLATFORM='gtk-x11',
363
                             APP_PLATFORM='gtk-x11',
364
                             BUILD_MACHINE="%s@%s" % (os.getlogin(),
364
                             BUILD_MACHINE="%s@%s" % (os.getenv('USER'),
365
                                                      os.uname()[1]),
365
                                                      os.uname()[1]),
366
                             BUILD_TIME=str(time.time()),
366
                             BUILD_TIME=str(time.time()),
367
                             MOZILLA_LIB_PATH=mozilla_lib_path[0])
367
                             MOZILLA_LIB_PATH=mozilla_lib_path[0])

Return to bug 131527