From 29d35fb5b64dd53b2fff0203b6c41befe7bdee2a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 31 Jan 2010 21:53:20 +0000 Subject: Deprecate pordbapi.mysettings since the portdbapi.settings alias is now supported by stable portage. svn path=/main/trunk/; revision=15306 --- bin/repoman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index c6fe0789d..86139628b 100755 --- a/bin/repoman +++ b/bin/repoman @@ -557,7 +557,7 @@ repoman_settings.categories = tuple(sorted( portage.util.stack_lists([categories], incremental=1))) del categories -portdb.mysettings = repoman_settings +portdb.settings = repoman_settings root_config = RootConfig(repoman_settings, trees[root], None) # We really only need to cache the metadata that's necessary for visibility # filtering. Anything else can be discarded to reduce memory consumption. @@ -1770,7 +1770,7 @@ for x in scanlist: arch_xmatch_caches[xmatch_cache_key] = xcache trees["/"]["porttree"].settings = dep_settings - portdb.mysettings = dep_settings + portdb.settings = dep_settings portdb.xcache = xcache # for package.use.mask support inside dep_check dep_settings.setcpv(pkg) -- cgit v1.2.3-1-g7c22