summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-16 16:59:34 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-16 16:59:34 +0000
commit6b60a5464561bb8840f5cd71b0f404fd7fd4f610 (patch)
tree8b649c6b3497427ce87453a7a51a11458e78cbd3 /pym/portage_const.py
parentb11d2e207c7798b6ac835165ab216c37eef80125 (diff)
downloadportage-6b60a5464561bb8840f5cd71b0f404fd7fd4f610.tar.gz
portage-6b60a5464561bb8840f5cd71b0f404fd7fd4f610.tar.bz2
portage-6b60a5464561bb8840f5cd71b0f404fd7fd4f610.zip
switch news timestamp and unread/read storage to '/var/lib/gentoo' like the GLEP states.
svn path=/main/trunk/; revision=5673
Diffstat (limited to 'pym/portage_const.py')
-rw-r--r--pym/portage_const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage_const.py b/pym/portage_const.py
index f5b392506..7b44a6c1a 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -23,6 +23,7 @@ CUSTOM_PROFILE_PATH = USER_CONFIG_PATH+"/profile"
PORTAGE_BASE_PATH = os.path.join(os.sep, os.sep.join(__file__.split(os.sep)[:-2]))
PORTAGE_BIN_PATH = PORTAGE_BASE_PATH+"/bin"
PORTAGE_PYM_PATH = PORTAGE_BASE_PATH+"/pym"
+NEWS_LIB_PATH = "/var/lib/gentoo"
PROFILE_PATH = "/etc/make.profile"
LOCALE_DATA_PATH = PORTAGE_BASE_PATH+"/locale"