From 716b1864e03212b09f94ddf3573fbfa451473558 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 21 Mar 2012 14:24:15 -0700 Subject: PreservedLibsRegistry: enable JSON write support JSON read support has been available since portage-2.2.0_alpha89. --- pym/portage/util/_dyn_libs/PreservedLibsRegistry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py b/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py index 7d4708bbe..d774f8067 100644 --- a/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py +++ b/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py @@ -30,8 +30,8 @@ if sys.hexversion >= 0x3000000: class PreservedLibsRegistry(object): """ This class handles the tracking of preserved library objects """ - # Enable this after JSON read has been supported for some time. - _json_write = False + # JSON read support has been available since portage-2.2.0_alpha89. + _json_write = True _json_write_opts = { "ensure_ascii": False, -- cgit v1.2.3-1-g7c22