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
commitf4ad36eb7a769c1b9b5ba0eb6989df1f99dd8c03 (patch)
treef4f14a3a7dbd619a83a534a7aa391962a1140cd4 /profiles/base
parentAdd ~x86-fbsd keyword. (diff)
downloadhistorical-f4ad36eb7a769c1b9b5ba0eb6989df1f99dd8c03.tar.gz
historical-f4ad36eb7a769c1b9b5ba0eb6989df1f99dd8c03.tar.bz2
historical-f4ad36eb7a769c1b9b5ba0eb6989df1f99dd8c03.zip
- per package environment variables
Diffstat (limited to 'profiles/base')
-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