saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
3942e6987b
commit
00cd99ceb2
@ -27,9 +27,6 @@ GAMES_LOGDIR=/var/log
|
||||
GAMES_BINDIR=${GAMES_PREFIX}/bin
|
||||
GAMES_GROUP=users
|
||||
|
||||
# hack to disable actual building of multilib stuff
|
||||
#MULTILIB_ABIS=amd64
|
||||
|
||||
|
||||
## per-package settings
|
||||
|
||||
@ -41,15 +38,17 @@ then
|
||||
fi
|
||||
|
||||
# laptop-compat, keep this at the top
|
||||
if [[ "${CATEGORY}/${PN}" == "x11-libs/wxGTK" ||
|
||||
"${CATEGORY}/${PN}" == "www-client/firefox" ||
|
||||
"${CATEGORY}/${PN}" == "www-client/torbrowser" ||
|
||||
"${CATEGORY}/${PN}" == "mail-client/thunderbird" ||
|
||||
"${CATEGORY}/${PN}" == "app-office/libreoffice" ||
|
||||
"${CATEGORY}/${PN}" == "net-libs/webkit-gtk" ||
|
||||
"${CATEGORY}/${PN}" == "dev-qt/qtwebkit" ||
|
||||
"${CATEGORY}/${PN}" == "app-emulation/wine" ||
|
||||
"${CATEGORY}/${PN}" == "sys-devel/llvm" ]]
|
||||
if [[
|
||||
"${CATEGORY}/${PN}" == "app-emulation/wine" ||
|
||||
"${CATEGORY}/${PN}" == "app-office/libreoffice" ||
|
||||
"${CATEGORY}/${PN}" == "dev-qt/qtwebkit" ||
|
||||
"${CATEGORY}/${PN}" == "mail-client/thunderbird" ||
|
||||
"${CATEGORY}/${PN}" == "net-libs/webkit-gtk" ||
|
||||
"${CATEGORY}/${PN}" == "sys-devel/llvm"
|
||||
"${CATEGORY}/${PN}" == "www-client/firefox" ||
|
||||
"${CATEGORY}/${PN}" == "www-client/torbrowser" ||
|
||||
"${CATEGORY}/${PN}" == "x11-libs/wxGTK" ||
|
||||
]]
|
||||
then
|
||||
CFLAGS="-march=core-avx-i -O2 -pipe"
|
||||
CXXFLAGS="-march=core-avx-i -O2 -pipe"
|
||||
|
Loading…
Reference in New Issue
Block a user