summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals7
1 files changed, 7 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 36f1d304..dfc5d48a 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -69,6 +69,13 @@ PORTAGE_INST_GID="0"
# Mode bits for ${WORKDIR} (see ebuild.5).
PORTAGE_WORKDIR_MODE="0700"
+# Some defaults for elog
+PORTAGE_ELOG_CLASSES="log warn error"
+
+PORTAGE_ELOG_MAILURI="root"
+PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"
+PORTAGE_ELOG_MAILFROM="portage"
+
# *****************************
# ** DO NOT EDIT THIS FILE **
# ***************************************************