saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-09-06 20:30:33 +02:00 committed by Hans Wurst
parent 3942e6987b
commit 00cd99ceb2
1 changed files with 11 additions and 12 deletions

View File

@ -27,9 +27,6 @@ GAMES_LOGDIR=/var/log
GAMES_BINDIR=${GAMES_PREFIX}/bin GAMES_BINDIR=${GAMES_PREFIX}/bin
GAMES_GROUP=users GAMES_GROUP=users
# hack to disable actual building of multilib stuff
#MULTILIB_ABIS=amd64
## per-package settings ## per-package settings
@ -41,15 +38,17 @@ then
fi fi
# laptop-compat, keep this at the top # laptop-compat, keep this at the top
if [[ "${CATEGORY}/${PN}" == "x11-libs/wxGTK" || if [[
"${CATEGORY}/${PN}" == "www-client/firefox" || "${CATEGORY}/${PN}" == "app-emulation/wine" ||
"${CATEGORY}/${PN}" == "www-client/torbrowser" || "${CATEGORY}/${PN}" == "app-office/libreoffice" ||
"${CATEGORY}/${PN}" == "mail-client/thunderbird" || "${CATEGORY}/${PN}" == "dev-qt/qtwebkit" ||
"${CATEGORY}/${PN}" == "app-office/libreoffice" || "${CATEGORY}/${PN}" == "mail-client/thunderbird" ||
"${CATEGORY}/${PN}" == "net-libs/webkit-gtk" || "${CATEGORY}/${PN}" == "net-libs/webkit-gtk" ||
"${CATEGORY}/${PN}" == "dev-qt/qtwebkit" || "${CATEGORY}/${PN}" == "sys-devel/llvm"
"${CATEGORY}/${PN}" == "app-emulation/wine" || "${CATEGORY}/${PN}" == "www-client/firefox" ||
"${CATEGORY}/${PN}" == "sys-devel/llvm" ]] "${CATEGORY}/${PN}" == "www-client/torbrowser" ||
"${CATEGORY}/${PN}" == "x11-libs/wxGTK" ||
]]
then then
CFLAGS="-march=core-avx-i -O2 -pipe" CFLAGS="-march=core-avx-i -O2 -pipe"
CXXFLAGS="-march=core-avx-i -O2 -pipe" CXXFLAGS="-march=core-avx-i -O2 -pipe"