summaryrefslogtreecommitdiff
blob: c76d82f93b66d9360f29f8a0cbc3e161b2f6df62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2006 Gentoo Foundation
# 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
	[[ -r ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf} ]] \
		&& . ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf}
done

if [[ $(type -t elog) != "function" ]]; then
	elog() {
		einfo "$@"
	}
fi