commit:     c9d654bec1d539514a8c05f2bd9b52d76e4bc3f8
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 20:07:35 2015 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 20:07:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=c9d654be

vardbapi: fix typo

 pym/portage/dbapi/vartree.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index d9fae64..f4c7cdc 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -108,7 +108,6 @@ if sys.hexversion >= 0x3000000:
 else:
        _unicode = unicode
 
-
 class vardbapi(dbapi):
 
        _excluded_dirs = ["CVS", "lost+found"]
@@ -1117,7 +1116,7 @@ class vardbapi(dbapi):
                                path = x[eroot_len:]
                                if "case-insensitive-fs" in 
self._vardb.settings.features:
                                        path = path.lower()
-                               self._add_path(patch, pkg_hash)
+                               self._add_path(path, pkg_hash)
 
                        self._vardb._aux_cache["modified"].add(cpv)
 

Reply via email to