From 0a91a8ee6323762a1ebb3cd1757e4681a441d8fc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 14 Jan 2009 03:57:29 +0000 Subject: Bug #254860 - Add another missing str -> atom conversion inside _expand_new_virtuals(). (trunk r12497) svn path=/main/branches/2.1.6/; revision=12507 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 2e33b330c..a64bbab61 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -6320,7 +6320,7 @@ def _expand_new_virtuals(mysplit, edebug, mydbapi, mysettings, myroot="/", newsplit.append(x) continue if not pkgs and len(mychoices) == 1: - newsplit.append(x.replace(mykey, mychoices[0])) + newsplit.append(portage.dep.Atom(x.replace(mykey, mychoices[0]))) continue if isblocker: a = [] -- cgit v1.2.3-1-g7c22