$OpenBSD: patch-lib_googlecloudsdk_core_updater_local_state_py,v 1.3 2016/03/03 11:46:40 ajacoutot Exp $

Text from lib/googlecloudsdk/core/updater/update_manager.py.

--- lib/googlecloudsdk/core/updater/local_state.py.orig	Tue Jan  1 09:00:00 1980
+++ lib/googlecloudsdk/core/updater/local_state.py	Thu Mar  3 12:32:43 2016
@@ -44,10 +44,10 @@ class InvalidSDKRootError(Error):
 
   def __init__(self):
     super(InvalidSDKRootError, self).__init__(
-        'The components management action could not be performed because the '
-        'installation root of the Cloud SDK could not be located. '
-        'If you previously used the Cloud SDK installer, '
-        'you could re-install the the SDK and retry again.')
+        'You cannot perform this action because this Cloud SDK installation '
+        'is managed by an external package manager.  If you would like to get'
+        'the latest version, please see our main download page at:\n  '
+        + config.INSTALLATION_CONFIG.documentation_url)
 
 
 class InvalidDownloadError(Error):
