aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-04 19:41:52 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-04 19:41:52 +0000
commit515c4fe2828112c4bb53d4b0cddd32553d3aa220 (patch)
tree7fb0b9c107b901b9d4c10ae33c761ef8619d94cd /pym/portage/const.py
parentactually remove libraries that aren't strictly needed from the preservation c... (diff)
downloadportage-515c4fe2828112c4bb53d4b0cddd32553d3aa220.tar.gz
portage-515c4fe2828112c4bb53d4b0cddd32553d3aa220.tar.bz2
portage-515c4fe2828112c4bb53d4b0cddd32553d3aa220.zip
In the package uninstall sanity check, use RDEPEND from the currently
running 'sys-apps/portage' instance to create a set of protected atoms. svn path=/main/trunk/; revision=10184
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 733029fa4..bc949fb91 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -24,6 +24,7 @@ GLOBAL_CONFIG_PATH = "/usr/share/portage/config"
PORTAGE_BASE_PATH = os.path.join(os.sep, os.sep.join(__file__.split(os.sep)[:-3]))
PORTAGE_BIN_PATH = PORTAGE_BASE_PATH+"/bin"
PORTAGE_PYM_PATH = PORTAGE_BASE_PATH+"/pym"
+PORTAGE_PACKAGE_ATOM = "sys-apps/portage"
NEWS_LIB_PATH = "/var/lib/gentoo"
PROFILE_PATH = "/etc/make.profile"
LOCALE_DATA_PATH = PORTAGE_BASE_PATH+"/locale"