euscanwww: Tweaked processing.scan_portage to use eix --xml

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-06-26 17:16:02 +02:00
parent f9c9a4bfd8
commit d7e0a4ca16
4 changed files with 237 additions and 39 deletions

View File

@ -44,7 +44,7 @@ def get_version_type(version):
if token in gentoo_types:
types.append(token)
if types:
return types[0]
return types[0] # TODO: consider returning all types
return "release"