Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 34778
Collapse All | Expand All

(-)pym/portage.py (+7 lines)
Lines 5635-5640 Link Here
5635
profiledir=None
5635
profiledir=None
5636
if os.path.exists("/etc/make.profile/make.defaults"):
5636
if os.path.exists("/etc/make.profile/make.defaults"):
5637
	profiledir="/etc/make.profile"
5637
	profiledir="/etc/make.profile"
5638
	if os.access("/etc/make.profile/deprecated", os.R_OK):
5639
		deprecatedfile = open("/etc/make.profile/deprecated", "r")
5640
		newprofile=deprecatedfile.read()
5641
		deprecatedfile.close()
5642
		writemsg(red("!!! Your current profile is deprecated and not supported anymore.\n"))
5643
		writemsg(red("!!! Please upgrade to the following profile if possible:\n"))
5644
		writemsg(8*" "+green(newprofile)+"\n")
5638
5645
5639
db={}
5646
db={}
5640
5647

Return to bug 34778