From 6c193ece694dc93eb6948f40a135457c9c85d0d6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 5 Apr 2007 21:20:57 +0000 Subject: Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND from the profile instead (bail out if necessary when USERLAND is unset). svn path=/main/trunk/; revision=6341 --- pym/portage/data.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pym/portage/data.py') diff --git a/pym/portage/data.py b/pym/portage/data.py index 3caef1b2c..fbd419b28 100644 --- a/pym/portage/data.py +++ b/pym/portage/data.py @@ -44,8 +44,6 @@ if not lchown: " exist. Please rebuild python.\n", noiselevel=-1) lchown() -os.environ["USERLAND"]=userland - def portage_group_warning(): warn_prefix = bad("*** WARNING *** ") mylines = [ -- cgit v1.2.3-1-g7c22