summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Changelog4
-rw-r--r--etc/portato.cfg3
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/Changelog b/doc/Changelog
index 767b0d0..0ae396f 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -1,3 +1,7 @@
+next:
+
+- allow eix as backend DB
+
0.13:
- allow lines w/o keyword in package.keywords
- added support for ktsuss as su-frontend
diff --git a/etc/portato.cfg b/etc/portato.cfg
index 2429dc7..10f5445 100644
--- a/etc/portato.cfg
+++ b/etc/portato.cfg
@@ -124,6 +124,7 @@ prefhint = f3f785
; allowed values:
; - sql : SQLite Database
; - dict : Hashmap in Memory
-type = sql
+; - eixsql: Eix + SQLite Database
+type = eixsql
# vim:ts=4:sw=4:noexpandtab:ft=cfg