From bc353de6b37b2da7050f8c21e3729233ad780c4f Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 19 Mar 2015 20:35:23 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paludis/bashrc b/paludis/bashrc index 5998545..de92c12 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -193,7 +193,8 @@ if [[ "${CATEGORY}/${PN}" != "games-engines/gemrb" && "${CATEGORY}/${PN}" != "app-emulation/wine" && "${CATEGORY}/${PN}" != "app-text/recode" && - "${CATEGORY}/${PN}" != "dev-libs/openssl" + "${CATEGORY}/${PN}" != "dev-libs/openssl" && + "${CATEGORY}/${PN}" != "media-libs/mediastreamer" ]] then CC="clang"