summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-31 21:53:20 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-31 21:53:20 +0000
commit29d35fb5b64dd53b2fff0203b6c41befe7bdee2a (patch)
tree59db0702467c3184148f4610eec4a1787a03d87c /bin
parenta11f540c7243e94c547c8acc4cb30039c6432050 (diff)
downloadportage-29d35fb5b64dd53b2fff0203b6c41befe7bdee2a.tar.gz
portage-29d35fb5b64dd53b2fff0203b6c41befe7bdee2a.tar.bz2
portage-29d35fb5b64dd53b2fff0203b6c41befe7bdee2a.zip
Deprecate pordbapi.mysettings since the portdbapi.settings alias is now
supported by stable portage. svn path=/main/trunk/; revision=15306
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman4
1 files changed, 2 insertions, 2 deletions
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)