From 959ca05eb8f14deff8bf14e1d8325a9915573504 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Thu, 11 Oct 2012 00:08:05 +0000 Subject: [PATCH] profile: add new profile.bashrc to fix polkit breaking with multilib-strict --- profiles/pentoo/base/profile.bashrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/pentoo/base/profile.bashrc diff --git a/profiles/pentoo/base/profile.bashrc b/profiles/pentoo/base/profile.bashrc new file mode 100644 index 000000000..3dfeca1f0 --- /dev/null +++ b/profiles/pentoo/base/profile.bashrc @@ -0,0 +1 @@ +if [[ $CATEGORY/$PN == sys-auth/polkit ]] ; then FEATURES=${FEATURES/multilib-strict/} ; fi