From 09f954e7e0572c612624dfdf97d838bf35d7efcf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 20:38:36 +0000 Subject: [PATCH] Fix deprecated usage of dep_getkey. (trunk r15395) svn path=/main/branches/2.1.7/; revision=15617 --- pym/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 3fd098db1..6f164ccb9 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -845,7 +845,7 @@ class binarytree(object): (fullpkg, self.settings["PORTAGE_CONFIGROOT"]), noiselevel=-1) continue - mykey = dep_getkey(fullpkg) + mykey = portage.cpv_getkey(fullpkg) try: # invalid tbz2's can hurt things. #print "cpv_inject("+str(fullpkg)+")" -- 2.26.2