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

(-)python/lib/Variables.py (-1 / +1 lines)
Lines 26-32 Link Here
26
# Debian packagers should switch this to TRUE
26
# Debian packagers should switch this to TRUE
27
# It will disable update alerts, bug reports, statistics
27
# It will disable update alerts, bug reports, statistics
28
# It will set the good locale directory, and it will use the good msttcorefonts
28
# It will set the good locale directory, and it will use the good msttcorefonts
29
os.environ["DEBIAN_PACKAGE"] = "FALSE"
29
os.environ["DEBIAN_PACKAGE"] = "TRUE"
30
30
31
# Variables PlayOnMac
31
# Variables PlayOnMac
32
if (os.environ["POL_OS"] == "Mac"):
32
if (os.environ["POL_OS"] == "Mac"):

Return to bug 480550