CFLAGS="-march=bdver2 -O2 -pipe" CXXFLAGS="${CFLAGS}" # Number of cores to use. Rule of thumb is number of available cores +1. MAKEOPTS="-j5" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" USE="bindist mmx sse sse2 xinerama examples alsa device-mapper ffmpeg X debug -libnotify -consolekit \ -gtk3 -systemd -cups -dbus -gpm -avahi -gnome -tls-heartbeat -bluetooth \ -udev -iconv -ipv6 -suid -nls -unicode" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="radeon r600" GENTOO_MIRRORS="http://mirrors.rit.edu/gentoo/ http://dulap.xyz/gentooo" CONFIG_PROTECT="/usr/bin/startx"