From 8a03c532acd1527be2fc4b882ddafc09474da496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 16 Apr 2010 01:18:58 +0200 Subject: Do not allow portage's sqlite backend for the moment ... bug #564292 --- portato/gui/windows/main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portato/gui') diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index bdcb3c6..5e610ea 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1871,6 +1871,9 @@ class MainWindow (Window): if not "eclass" in ls: fail(_("The portage tree seems to be empty.")) + if 'sqlite' in system.settings.settings.modules['user'].get('portdbapi.auxdbmodule', ''): + fail(_("The sqlite cache backend of portato is not supported at the moment. See https://bugs.launchpad.net/portato/+bug/564292.")) + debug("All prereqs matched. Fine :)") def main (self): -- cgit v1.2.3