diff options
author | 2010-06-09 20:38:07 +0300 | |
---|---|---|
committer | 2010-06-09 20:38:07 +0300 | |
commit | 9e43093fd353f98d791936fa3deeeec9da22cf27 (patch) | |
tree | 0842de8210e8057f8a6f0222d8b6889aa2c19c26 /utils | |
parent | Added utility for initial portage->database sync (diff) | |
download | gsoc2010-grumpy-9e43093fd353f98d791936fa3deeeec9da22cf27.tar.gz gsoc2010-grumpy-9e43093fd353f98d791936fa3deeeec9da22cf27.tar.bz2 gsoc2010-grumpy-9e43093fd353f98d791936fa3deeeec9da22cf27.zip |
Added progress report for second week
Diffstat (limited to 'utils')
-rw-r--r-- | utils/db_init.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/db_init.py b/utils/db_init.py index c5d6e74..c71a5ef 100644 --- a/utils/db_init.py +++ b/utils/db_init.py @@ -43,6 +43,7 @@ def main(path): eapi = pkg.eapi, keywords = list(pkg.keywords) if pkg.keywords else [], # TODO, need to figure out a proper queryable structure for these +# iuse ?? # license = pkg.license, # depends = pkg.depends, # rdepends = pkg.rdepends |