diff --git a/libraries/entropy/db/skel.py b/libraries/entropy/db/skel.py index c204a3883..1da53c5f6 100644 --- a/libraries/entropy/db/skel.py +++ b/libraries/entropy/db/skel.py @@ -1264,6 +1264,7 @@ class EntropyRepositoryBase(TextInterface, EntropyRepositoryPluginStore): 'category': category, 'name': name, 'version': version, + 'slot': slot, 'versiontag': versiontag, 'revision': revision, 'branch': branch, @@ -1295,6 +1296,7 @@ class EntropyRepositoryBase(TextInterface, EntropyRepositoryPluginStore): 'category': category, 'name': name, 'version': version, + 'slot': slot, 'versiontag': versiontag, 'revision': revision, 'branch': branch,