--- profile.bashrc 2006-07-06 23:36:14.000000000 +0200 +++ profile.bashrc 2006-12-10 00:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.2 2006/07/06 21:35:00 genone Exp $ -for conf in ${PN} ${PN}-${PV} ${PN}-${PV}-${PR}; do +for conf in ${PN} ${PN}-${PV} ${PN}-${PV}-${PR} ${PN}:${SLOT}; do [[ -r ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf} ]] \ && . ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf} done