From c44fb8def19cfba6c3370056e1c8490170ea6712 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 6 Sep 2015 17:35:46 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paludis/bashrc b/paludis/bashrc index f27562b..2dd4bae 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -58,6 +58,9 @@ fi # clang incompatible or safety or missing openmp, also see #408963 if [[ + "${CATEGORY}/${PN}" != "app-admin/haskell-updater" && + "${CATEGORY}/${PN}" != "dev-qt/qtcore" && + "${CATEGORY}/${PN}" != "dev-qt/qtgui" && "${CATEGORY}/${PN}" != "app-admin/haskell-updater" && "${CATEGORY}/${PN}" != "app-crypt/gnupg" && "${CATEGORY}/${PN}" != "app-crypt/johntheripper" &&