Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 44796 | Differences between
and this patch

Collapse All | Expand All

(-)profiles/base/profile.bashrc.old (-4 / +6 lines)
Lines 2-11 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.5 2010/01/24 17:58:52 dev-zero Exp $
3
# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.5 2010/01/24 17:58:52 dev-zero Exp $
4
4
5
for conf in ${PN} ${PN}-${PV} ${PN}-${PV}-${PR}; do
5
if [ -z "${PORTAGE_BASHENVDIR}" ]; then
6
	[[ -r ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf} ]] \
6
	for conf in ${PN} ${PN}-${PV} ${PN}-${PV}-${PR}; do
7
		&& . ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf}
7
		[[ -r ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf} ]] \
8
done
8
			&& . ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf}
9
	done
10
fi
9
11
10
if ! declare -F elog >/dev/null ; then
12
if ! declare -F elog >/dev/null ; then
11
	elog() {
13
	elog() {

Return to bug 44796