summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-04 19:48:00 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-04 19:48:00 +0000
commit130498be9dae75401497c49cb622ff42f928c939 (patch)
tree43ab4d660bd53c7f4c56ef5b81b65b25aafd3b86 /pym/portage_const.py
parente8b23dfae9b01466f034c1e3f9f8fa82e3ed46d8 (diff)
downloadportage-130498be9dae75401497c49cb622ff42f928c939.tar.gz
portage-130498be9dae75401497c49cb622ff42f928c939.tar.bz2
portage-130498be9dae75401497c49cb622ff42f928c939.zip
In the package uninstall sanity check, use RDEPEND from the currently
running 'sys-apps/portage' instance to create a set of protected atoms. (trunk r10184) svn path=/main/branches/2.1.2/; revision=10185
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 42c5dfae6..caca7d6e6 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"
+PORTAGE_PACKAGE_ATOM = "sys-apps/portage"
PROFILE_PATH = "/etc/make.profile"
LOCALE_DATA_PATH = PORTAGE_BASE_PATH+"/locale"