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_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}" == "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/firefox" ||
|
||||||
"${CATEGORY}/${PN}" == "www-client/torbrowser" ||
|
"${CATEGORY}/${PN}" == "www-client/torbrowser" ||
|
||||||
"${CATEGORY}/${PN}" == "mail-client/thunderbird" ||
|
"${CATEGORY}/${PN}" == "x11-libs/wxGTK" ||
|
||||||
"${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" ]]
|
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user