Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Portage's bashrc
bashrc's locations
If there is more than one bashrc files, each will be sourced before the ebuild is executed in the following order:
- /etc/portage/bashrc - Global bashrc file which applied to all packages
Per-package:
- /etc/portage/env/${CATEGORY}/${PN}
- /etc/portage/env/${CATEGORY}/${PN}:${SLOT}
- /etc/portage/env/${CATEGORY}/${P}
- /etc/portage/env/${CATEGORY}/${PF}
Usefulness of bashrc
With bashrc you will be able to:
- Set custom variables per package, like CFLAGS of FEATURES
- Execute code in selected ebuild stages