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