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

Collapse All | Expand All

(-)a/pym/_emerge/main.py (+3 lines)
Lines 1704-1709 def emerge_main(args=None): Link Here
1704
	del mytrees, mydb
1704
	del mytrees, mydb
1705
1705
1706
	if "moo" in myfiles:
1706
	if "moo" in myfiles:
1707
		myfiles = filter(lambda x: x not in "moo", myfiles)
1707
		print("""
1708
		print("""
1708
1709
1709
  Larry loves Gentoo (""" + platform.system() + """)
1710
  Larry loves Gentoo (""" + platform.system() + """)
Lines 1718-1723 def emerge_main(args=None): Link Here
1718
                ||     ||
1719
                ||     ||
1719
1720
1720
""")
1721
""")
1722
		if not myaction and not myfiles:
1723
			return 0
1721
1724
1722
	for x in myfiles:
1725
	for x in myfiles:
1723
		ext = os.path.splitext(x)[1]
1726
		ext = os.path.splitext(x)[1]

Return to bug 389609