aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pomu/data/zugaina.py')
-rw-r--r--pomu/data/zugaina.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pomu/data/zugaina.py b/pomu/data/zugaina.py
index 88f2fbc..92accb8 100644
--- a/pomu/data/zugaina.py
+++ b/pomu/data/zugaina.py
@@ -40,7 +40,7 @@ class ZugainaDataSource(DataSource):
for div in doc.xpath('//div[@id="ebuild_list"]/ul/div'):
id_ = div.xpath('li/a')[0].get('href').split('/')[3]
pv = div.xpath('li/div/b')[0].text
- v = cpv_split(pv, True)[2]
+ v = cpv_split(pv)[2]
overlay = div.xpath('@id')[0]
res.append((id_, v, overlay))
return res