diff options
-rw-r--r-- | pym/portage/dbapi/vartree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index b7ce82391..ccf239ff1 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1196,7 +1196,7 @@ class dblink(object): r'(?P<dir>(dev|dir|fif) (.+))|' + \ r'(?P<obj>(obj) (.+) (\S+) (\d+))|' + \ r'(?P<sym>(sym) (.+) -> (.+) ((\d+)|(?P<oldsym>(' + \ - '\(\d+, \d+L, \d+L, \d+, \d+, \d+, \d+L, \d+, (\d+), \d+\)))))' + \ + r'\(\d+, \d+L, \d+L, \d+, \d+, \d+, \d+L, \d+, (\d+), \d+\)))))' + \ r')$' ) |