From bba847e5dcb1881e34c1e202634e191590dfcf47 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 19 Feb 2010 20:42:27 +0000 Subject: Fix deprecated usage of dep_getkey. svn path=/main/trunk/; revision=15395 --- 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)+")" -- cgit v1.2.3-1-g7c22