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

Collapse All | Expand All

(-)emerge (+9 lines)
Lines 1370-1375 Link Here
1370
		if not mydepgraph.xcreate(myaction):
1370
		if not mydepgraph.xcreate(myaction):
1371
			sys.exit(1)
1371
			sys.exit(1)
1372
		print "\b\b ...done!"
1372
		print "\b\b ...done!"
1373
		print "\nUseflags that affect this build:"
1374
		for uselistitem in portage.myuselist:
1375
			print uselistitem
1376
		print "\n"
1373
	else:
1377
	else:
1374
		if not myfiles:
1378
		if not myfiles:
1375
			print "emerge: please tell me what to do."
1379
			print "emerge: please tell me what to do."
Lines 1381-1386 Link Here
1381
		if not retval:
1385
		if not retval:
1382
			sys.exit(1)
1386
			sys.exit(1)
1383
		print "\b\b ...done!"
1387
		print "\b\b ...done!"
1388
		print "\nUseflags that affect this build:"
1389
		for uselistitem in portage.myuselist:
1390
			print uselistitem
1391
		print "\n"
1392
1384
	if "--pretend" in myopts:
1393
	if "--pretend" in myopts:
1385
		mydepgraph.display(mydepgraph.altlist())
1394
		mydepgraph.display(mydepgraph.altlist())
1386
	else:
1395
	else:

Return to bug 7305