saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-08-30 21:46:49 +02:00 committed by Hans Wurst
parent d86e47b6b8
commit 76f9dbacbf
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# bashrc
## global settings
CC=x86_64-pc-linux-gnu-gcc
CXX=${CC}
CFLAGS="-march=core-avx2 -O2 -pipe -Wall"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
@ -116,6 +118,7 @@ if [[
"${CATEGORY}/${PN}" != "sys-power/iasl" &&
"${CATEGORY}/${PN}" != "net-libs/libmnl" &&
"${CATEGORY}/${PN}" != "net-libs/opal" &&
"${CATEGORY}/${PN}" != "www-servers/apache" &&
"${CATEGORY}/${PN}" != "x11-libs/pixman"
]]
then