Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78701 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/bin/ebuild (+5 lines)
Lines 5-10 Link Here
5
5
6
import os,sys
6
import os,sys
7
sys.path = ["/usr/lib/portage/pym"]+sys.path
7
sys.path = ["/usr/lib/portage/pym"]+sys.path
8
from output import nocolor
9
8
10
9
def getroot():
11
def getroot():
10
	try:
12
	try:
Lines 38-43 Link Here
38
40
39
import portage
41
import portage
40
42
43
if (not sys.stdout.isatty()) or (portage.settings["NOCOLOR"] in ["yes","true"]):
44
	nocolor()
45
41
for x in pargs[1:]:
46
for x in pargs[1:]:
42
	try:
47
	try:
43
		tmpsettings = portage.config(clone=portage.settings)
48
		tmpsettings = portage.config(clone=portage.settings)

Return to bug 78701