From 9b8175d0d802c7b1a063b8d8999cf9177a5a8276 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sun, 25 Nov 2012 03:34:31 +0000 Subject: [PATCH] profile: hack for polkit no longer required --- profiles/pentoo/base/profile.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pentoo/base/profile.bashrc b/profiles/pentoo/base/profile.bashrc index 3dfeca1f0..cee17a3a8 100644 --- a/profiles/pentoo/base/profile.bashrc +++ b/profiles/pentoo/base/profile.bashrc @@ -1 +1 @@ -if [[ $CATEGORY/$PN == sys-auth/polkit ]] ; then FEATURES=${FEATURES/multilib-strict/} ; fi +#if [[ $CATEGORY/$PN == sys-auth/polkit ]] ; then FEATURES=${FEATURES/multilib-strict/} ; fi