From 1ddb4c79cdbd6b90e2e966c550cf2debd269fa31 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 6 Sep 2015 01:31:37 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/paludis/bashrc b/paludis/bashrc index b697a93..fce4e1f 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -62,6 +62,7 @@ if [[ "${CATEGORY}/${PN}" != "app-admin/haskell-updater" && "${CATEGORY}/${PN}" != "app-crypt/gnupg" && "${CATEGORY}/${PN}" != "app-crypt/johntheripper" && + "${CATEGORY}/${PN}" != "app-crypt/zuluCrypt" && "${CATEGORY}/${PN}" != "app-emulation/aqemu" && "${CATEGORY}/${PN}" != "app-emulation/virtualbox" && "${CATEGORY}/${PN}" != "app-emulation/virtualbox-modules" &&