From: Zac Medico Date: Sun, 4 Mar 2007 02:36:26 +0000 (-0000) Subject: Remove the KVERS environment variable since it's code that creates it is broken anywa... X-Git-Tag: v2.2_pre1~1609 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a296f6b927e01bc06fa8127cf8a2d44084bd62d4;p=portage.git Remove the KVERS environment variable since it's code that creates it is broken anyway (only sets KVERS="." in the general case). svn path=/main/trunk/; revision=6166 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 77b730715..3a51aa7ca 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -2992,10 +2992,6 @@ def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, m else: mysettings["KV"]="" - if (mydo!="depend") or not mysettings.has_key("KVERS"): - myso=os.uname()[2] - mysettings["KVERS"]=myso[1] - # Allow color.map to control colors associated with einfo, ewarn, etc... mycolors = [] for c in ("GOOD", "WARN", "BAD", "HILITE", "BRACKET"):