summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-06-29 22:07:02 +0000
committerNed Ludd <solar@gentoo.org>2006-06-29 22:07:02 +0000
commit5363ad59e99e7a4242d171fc5d6b12db32dcdf6d (patch)
treed58e5504ae4b42f21467ae5cf7a5cff0c2b0eaac /profiles
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-5363ad59e99e7a4242d171fc5d6b12db32dcdf6d.tar.gz
gentoo-2-5363ad59e99e7a4242d171fc5d6b12db32dcdf6d.tar.bz2
gentoo-2-5363ad59e99e7a4242d171fc5d6b12db32dcdf6d.zip
- per package environment variables
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/profile.bashrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/base/profile.bashrc b/profiles/base/profile.bashrc
new file mode 100644
index 000000000000..59189cfe6e94
--- /dev/null
+++ b/profiles/base/profile.bashrc
@@ -0,0 +1,8 @@
+# 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.1 2006/06/29 22:07:02 solar 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