From e5be4c8a93256790da2144c1d3f6b2f86d1d9723 Mon Sep 17 00:00:00 2001 From: lxnay Date: Mon, 29 Sep 2008 19:50:47 +0000 Subject: [PATCH] Entropy/entropyConstants: - add some SPM options for future reference git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2436 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropyConstants.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/entropyConstants.py b/libraries/entropyConstants.py index cc421dede..2ebe4dbed 100644 --- a/libraries/entropyConstants.py +++ b/libraries/entropyConstants.py @@ -688,9 +688,15 @@ def const_defaultSettings(rootdir): 'global_make_profile': "/etc/make.profile", 'global_make_profile_link_name' : "profile.link", 'exec': "/usr/bin/emerge", # source package manager executable + 'env_update_cmd': "env-update", + 'source_profile': ["source","/etc/profile"], 'ask_cmd': "--ask", + 'info_cmd': "--info", + 'remove_cmd': "-C", + 'oneshot_cmd': "--oneshot", 'pretend_cmd': "--pretend", 'verbose_cmd': "--verbose", + 'nocolor_cmd': "--color=n", 'backend': "portage", 'available_backends': ["portage"], 'cache': {},