summaryrefslogtreecommitdiff
path: root/profiles/baldeagleos/1.0/linux-gnu/flavor/minimal/profile.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/flavor/minimal/profile.bashrc')
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/flavor/minimal/profile.bashrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/flavor/minimal/profile.bashrc b/profiles/baldeagleos/1.0/linux-gnu/flavor/minimal/profile.bashrc
new file mode 100644
index 000000000000..9b2e70a0916d
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/flavor/minimal/profile.bashrc
@@ -0,0 +1,18 @@
+# Copyright 2006-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.4 2009/10/16 17:37:56 arfrever Exp $
+
+if [[ ${EBUILD_PHASE} == "setup" ]]; then
+ export PYTHONDONTWRITEBYTECODE="1"
+fi
+
+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 ! declare -F elog >/dev/null ; then
+ elog() {
+ einfo "$@"
+ }
+fi