aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-09-05 11:13:33 +0000
committerFabian Groffen <grobian@gentoo.org>2009-09-05 11:13:33 +0000
commit119111ee91e9defbcbcc1795155a54e2a521c83b (patch)
treec5920ba98fdabef2df3e71d5362ec3d2cc507b5f /pym/portage/const.py
parentreorganise const.py to have logical grouping based on usage (diff)
downloadportage-119111ee91e9defbcbcc1795155a54e2a521c83b.tar.gz
portage-119111ee91e9defbcbcc1795155a54e2a521c83b.tar.bz2
portage-119111ee91e9defbcbcc1795155a54e2a521c83b.zip
pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstruction
pym/portage/const.py: introduce WORLD_SETS_FILE variable pym/portage/sets/files.py: use new WORLD_SETS_FILE var pym/_emerge/unmerge.py: likewise svn path=/main/trunk/; revision=14197
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 a6ac8e8c2..e0c34e494 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -48,6 +48,7 @@ CACHE_PATH = "var/cache/edb"
DEPCACHE_PATH = CACHE_PATH + "/dep" # FIXME: does not seem to use ROOT when used
PRIVATE_PATH = "var/lib/portage"
WORLD_FILE = PRIVATE_PATH + "/world"
+WORLD_SETS_FILE = PRIVATE_PATH + "/world_sets"
CONFIG_MEMORY_FILE = PRIVATE_PATH + "/config"
NEWS_LIB_PATH = "var/lib/gentoo"