saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-03-19 20:35:23 +01:00 committed by root
parent 49905e0f15
commit bc353de6b3
1 changed files with 2 additions and 1 deletions

View File

@ -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"