From 8de9c598c6edf0f792a36700fa759b510acca368 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 30 Jan 2010 12:46:30 +0000 Subject: Deprecate the first parameter of the portdbapi constructor since it is always the same as mysettings['PORTDIR']. svn path=/main/trunk/; revision=15281 --- bin/egencache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/egencache') diff --git a/bin/egencache b/bin/egencache index 64429296d..78d2f1f5b 100755 --- a/bin/egencache +++ b/bin/egencache @@ -326,7 +326,7 @@ def egencache_main(args): settings.lock() - portdb = portage.portdbapi(settings["PORTDIR"], mysettings=settings) + portdb = portage.portdbapi(mysettings=settings) if options.repo is not None: repo_path = portdb.getRepositoryPath(options.repo) if repo_path is None: -- cgit v1.2.3-1-g7c22