From: Zac Medico Date: Tue, 6 Aug 2013 04:29:45 +0000 (-0700) Subject: repoman: remove set literal for python-2.6 compat X-Git-Tag: v2.2.0_alpha195~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4072d0563bb7a893a828a060a4360aca2eaf8b45;p=portage.git repoman: remove set literal for python-2.6 compat --- diff --git a/bin/repoman b/bin/repoman index 2f98a9f0b..2f489341b 100755 --- a/bin/repoman +++ b/bin/repoman @@ -478,9 +478,9 @@ suspect_virtual = { "dev-libs/libusb-compat":"virtual/libusb", } -ruby_deprecated = { +ruby_deprecated = frozenset([ "ruby_targets_ree18", -} +]) metadata_xml_encoding = 'UTF-8' metadata_xml_declaration = '' % \