From: Zac Medico Date: Sun, 4 Mar 2007 02:36:55 +0000 (-0000) Subject: Remove the KVERS environment variable since it's code that creates it is broken anywa... X-Git-Tag: v2.1.2.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc4287a3469df3e55da7c142fe3332195084d473;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). (trunk r6165:6166) svn path=/main/branches/2.1.2/; revision=6167 --- diff --git a/pym/portage.py b/pym/portage.py index 99a2aa9e8..cfef72343 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3070,10 +3070,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"):