diff options
author | 2006-06-29 22:07:02 +0000 | |
---|---|---|
committer | 2006-06-29 22:07:02 +0000 | |
commit | f4ad36eb7a769c1b9b5ba0eb6989df1f99dd8c03 (patch) | |
tree | f4f14a3a7dbd619a83a534a7aa391962a1140cd4 /profiles/base | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-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.bashrc | 8 |
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 |