On 03/16/2018 03:05 AM, Michał Górny wrote:
> ---
>  pym/portage/dbapi/vartree.py | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
> index 8b1b77f7d..6406682d6 100644
> --- a/pym/portage/dbapi/vartree.py
> +++ b/pym/portage/dbapi/vartree.py
> @@ -3747,13 +3747,6 @@ class dblink(object):
>               is_binpkg = self.settings.get("EMERGE_FROM") == "binary"
>               slot = ''
>               for var_name in ('CHOST', 'SLOT'):
> -                     if var_name == 'CHOST' and self.cat == 'virtual':
> -                             try:
> -                                     os.unlink(os.path.join(inforoot, 
> var_name))
> -                             except OSError:
> -                                     pass
> -                             continue
> -
>                       try:
>                               with io.open(_unicode_encode(
>                                       os.path.join(inforoot, var_name),
> 

Looks good, please merge.
-- 
Thanks,
Zac

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to