From: Frank Brehm Date: Tue, 3 Aug 2010 10:03:30 +0000 (+0000) Subject: Checked in. X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=32812133add58ee00d81e609a961b18f930f396e;p=config%2Fbruni%2Fportage.git Checked in. --- diff --git a/bashrc b/bashrc index 4a5925d..3aa41f6 100644 --- a/bashrc +++ b/bashrc @@ -1,7 +1,10 @@ -for conf in ${PN} ${PN}-${PV} ${PN}-${PV}-${PR}; do - e=/etc/portage/env/${CATEGORY}/${conf} - if [[ -f ${e} ]]; then - einfo "Reading environment from ${e}" - . ${e} - fi + +for conf in ${PN} ${PN}:${SLOT} ${PN}-${PV} ${PN}-${PV}-${PR}; do + e=/etc/portage/env/${CATEGORY}/${conf} + if [[ -f ${e} ]]; then + einfo "Reading environment from ${e}" + . ${e} + fi done + +# vim: noai : ts=4 fenc=utf-8 filetype=sh