profile: add new profile.bashrc to fix polkit breaking with multilib-strict

This commit is contained in:
Zero_Chaos 2012-10-11 00:08:05 +00:00
parent a6031a1bdf
commit 959ca05eb8

View file

@ -0,0 +1 @@
if [[ $CATEGORY/$PN == sys-auth/polkit ]] ; then FEATURES=${FEATURES/multilib-strict/} ; fi