summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
authornecoro <>2007-06-03 08:27:50 +0000
committernecoro <>2007-06-03 08:27:50 +0000
commit6b2c924811ec18f9e2132b90320bf2ddacf4c217 (patch)
treedae7bfa89c87158c927424cd1fb507e2a517ffe9 /portato
parent8f093996a0ee09fce73f88476034644234610ce5 (diff)
downloadportato-6b2c924811ec18f9e2132b90320bf2ddacf4c217.tar.gz
portato-6b2c924811ec18f9e2132b90320bf2ddacf4c217.tar.bz2
portato-6b2c924811ec18f9e2132b90320bf2ddacf4c217.zip
bug in PortageSystem
Diffstat (limited to '')
-rw-r--r--portato/backend/portage/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py
index ddc4a8e..7c7d57e 100644
--- a/portato/backend/portage/system.py
+++ b/portato/backend/portage/system.py
@@ -80,7 +80,7 @@ class PortageSystem (SystemInterface):
return opts
def cpv_matches (self, cpv, criterion):
- if portage.match_from_list(criterion, [self.get_cpv()]) == []:
+ if portage.match_from_list(criterion, [cpv]) == []:
return False
else:
return True
s/root.mako?h=const_groups&id=af9e9fc53e7636ffdcfc2b54824927900f393d37&follow=1'>Update copyrightRené 'Necoro' Neumann1-1/+1 2011-02-07Instead of overloading the normal 'render' function, add a 'render_utf8' methodRené 'Necoro' Neumann3-6/+3 2011-02-07missed oneRené 'Necoro' Neumann1-1/+1 2011-02-07unicode aware formRené 'Necoro' Neumann1-1/+10 2011-02-07Use Unicode as expectedRené 'Necoro' Neumann1-2/+2 2010-08-26but not editRené 'Necoro' Neumann1-1/+8 2010-08-26Make add redirect to addRené 'Necoro' Neumann1-1/+1 2010-07-27Add datepicker to add/editRené 'Necoro' Neumann3-3/+23 2010-07-27Fix sizes of datepickerRené 'Necoro' Neumann1-3/+3 2010-07-27Add jQuery UI -- DatepickerRené 'Necoro' Neumann17-0/+1168 2010-07-27Add category manipulation supportRené 'Necoro' Neumann10-6/+85 2010-07-26Konstante KostenRené 'Necoro' Neumann1-1/+1 2010-07-26Added link to edit the constant stuffRené 'Necoro' Neumann1-1/+1 2010-07-26Added addition and modification of constant stuffRené 'Necoro' Neumann3-8/+106 2010-07-05Only show right nav arrow, if the following month is not in the futureRené 'Necoro' Neumann2-14/+20 2010-07-05Add month navigationRené 'Necoro' Neumann6-5/+35 2010-07-05Add iconRené 'Necoro' Neumann2-1/+2 2010-07-05change cursorRené 'Necoro' Neumann1-0/+5 2010-07-05Some restructuringRené 'Necoro' Neumann3-28/+45 2010-07-05Closed/Open imagesRené 'Necoro' Neumann4-0/+146 2010-05-25Move page templates into their own folderRené 'Necoro' Neumann5-5/+7 2010-05-25Added the ability to edit an expenseRené 'Necoro' Neumann3-9/+34 2010-05-12FixRené 'Necoro' Neumann1-2/+2 2010-05-12Show more detailsRené 'Necoro' Neumann4-19/+42 2010-05-12Create new form each timeRené 'Necoro' Neumann1-24/+26 2010-05-10Fix redirect in AddRené 'Necoro' Neumann1-1/+1 2010-05-10Added the 'add expense' stuffRené 'Necoro' Neumann4-3/+69