Skip to content

Instantly share code, notes, and snippets.

Created September 16, 2014 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0d4bc4adc21d6c487c67 to your computer and use it in GitHub Desktop.
Save anonymous/0d4bc4adc21d6c487c67 to your computer and use it in GitHub Desktop.
/etc/portage/make.conf
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j8"
LINGUAS="en_US en"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="python -gpm bindist qt4 kde alsa ffmpeg gtk mmx sse sse2"
INPUT_DEVICES="keyboard evdev usb mouse wacom"
VIDEO_CARDS="nvidia"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
ACCEPT_LICENSE="* @EULA"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
SYNC="rsync://rsync24.us.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://gentoo.mirrors.hoobly.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment