From 25edeccbc87cf8821aea8a26faabb899443a3f9c Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Fri, 19 Oct 2007 19:25:45 +0000 Subject: fix in update world - find masked dependencies too --- portato/backend/system_interface.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'portato/backend/system_interface.py') diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py index c0f4e68..fce8069 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -50,11 +50,13 @@ class SystemInterface (object): raise NotImplementedError - def find_best_match (self, search_key, only_installed = False, only_cpv = False): + def find_best_match (self, search_key, masked = False, only_installed = False, only_cpv = False): """Finds the best match in the portage tree. It does not find masked packages! @param search_key: the key to find in the portage tree @type search_key: string + @param masked: if True, also look for masked packages + @type masked: boolean @param only_installed: if True, only installed packages are searched @type only_installed: boolean @param only_cpv: do not return package but only the cpv -- cgit v1.2.3-54-g00ecf