I'm thinking the path currently listed in the bring-up instructions here: http://proaudio.tuxfamily.org/wiki/index.php?title=Usage
showing echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf should possibly be updated to the newer /var/lib/layman/make.conf path? I have no access rights to change stuff like that. - Mark [From the Gentoo overlay user docs] http://www.gentoo.org/proj/en/overlays/userguide.xml (for layman 1.1) # echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf (for layman 1.2) # echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf (for layman 1.3) # echo "source /var/lib/layman/make.conf" >> /etc/make.conf
