aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2012-03-10 16:14:09 -0800
committerBrian Dolbec <dolsen@gentoo.org>2012-03-10 16:14:09 -0800
commit5c33fbc34acca869ec9fe80c4f470edfe560d9a0 (patch)
treefd9006057a3bfc69496cdcb937162ea7427507e6 /layman/config.py
parentchange to only wrap the '*' with the color, not the spaces around it. (diff)
downloadlayman-5c33fbc34acca869ec9fe80c4f470edfe560d9a0.tar.gz
layman-5c33fbc34acca869ec9fe80c4f470edfe560d9a0.tar.bz2
layman-5c33fbc34acca869ec9fe80c4f470edfe560d9a0.zip
Add news reporting capability to meet GLEP 42 requirement.
Diffstat (limited to 'layman/config.py')
-rw-r--r--layman/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/config.py b/layman/config.py
index c245853..0541d92 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -96,6 +96,7 @@ class BareConfig(object):
'proxy' : '',
'umask' : '0022',
'news_reporter': 'portage',
+ 'custom_news_pkg': '',
'overlays' :
'http://www.gentoo.org/proj/en/overlays/repositories.xml',
'overlay_defs': '%(configdir)s/overlays',