summaryrefslogtreecommitdiff
path: root/portato/gui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-16 01:18:58 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-16 01:18:58 +0200
commit8a03c532acd1527be2fc4b882ddafc09474da496 (patch)
tree68d4498b892385fb2aeb123ec2b14d457c883e4d /portato/gui
parent9f720636bbe5db2e0d21fe580357b92e65d7f269 (diff)
downloadportato-8a03c532acd1527be2fc4b882ddafc09474da496.tar.gz
portato-8a03c532acd1527be2fc4b882ddafc09474da496.tar.bz2
portato-8a03c532acd1527be2fc4b882ddafc09474da496.zip
Do not allow portage's sqlite backend for the moment ... bug #564292
Diffstat (limited to 'portato/gui')
-rw-r--r--portato/gui/windows/main.py3
1 files changed, 3 insertions, 0 deletions
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):