--- /usr/portage/eclass/eutils.eclass 2003-06-25 06:21:20.000000000 +0200 +++ /root/eutils.class.new 2003-06-28 03:55:30.000000000 +0200 @@ -567,7 +567,7 @@ if [ ! -e ${ehome} ] && [ ! -e ${D}/${ehome} ] ; then einfo " - Creating ${ehome} in ${D}" dodir ${ehome} - fperms ${euser} ${ehome} + fowners ${euser} ${ehome} fi } Reproducible: Always Steps to Reproduce: 1. 2. 3.
wow i really messed that up, thanks http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/eclass/eutils.eclass.diff?r1=1.36&r2=1.37