exherbo-config/bashrc

29 lines
853 B
Bash
Raw Normal View History

2016-08-14 11:47:34 +00:00
CHOST="x86_64-pc-linux-gnu"
x86_64_pc_linux_gnu_CFLAGS="-march=native -pipe -O2"
x86_64_pc_linux_gnu_CXXFLAGS="-march=native -pipe -O2"
x86_64_pc_linux_gnu_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
i686_pc_linux_gnu_CFLAGS="-march=native -pipe -O2"
i686_pc_linux_gnu_CXXFLAGS="-march=native -pipe -O2"
i686_pc_linux_gnu_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
2016-08-20 20:29:08 +00:00
#GIT_WRAPPER="sudo -u hasufell -g paludisbuild"
2016-08-14 11:47:34 +00:00
[[ -e /etc/paludis/hooks/setup_pkg_env.bash ]] && . /etc/paludis/hooks/setup_pkg_env.bash
2016-09-02 05:23:42 +00:00
case "${CATEGORY}/${PN}" in
x11-wm/i3)
scm_user_customize () {
SCM_REPOSITORY="https://github.com/hasufell/i3wm.git"
}
;;
games-fps/urbanterror)
EXTRA_WGET="--no-check-certificate"
;;
2016-09-02 05:23:42 +00:00
esac
2016-10-25 17:50:25 +00:00
# idiotic mysql package dies in pkg_pretend otherwise
MYSQL_MAJOR_UPGRADE="YesPlease"