From dc4287a3469df3e55da7c142fe3332195084d473 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 4 Mar 2007 02:36:55 +0000 Subject: 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 --- pym/portage.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pym') 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"): -- cgit v1.2.3-1-g7c22