In the cups ebuild we have the line.... echo "ServerName /run/cups/cups.sock" >> "${ED}"/etc/cups/client.conf It should say... echo "ServerName ${ED}/run/cups/cups.sock" >> "${ED}"/etc/cups/client.conf
I think it should say EPREFIX, so I committed that