Skip to content

Instantly share code, notes, and snippets.

@666threesixes666
Created November 23, 2013 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 666threesixes666/7611374 to your computer and use it in GitHub Desktop.
Save 666threesixes666/7611374 to your computer and use it in GitHub Desktop.
laptop make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
# 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"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="bindist mmx sse sse2 -libnotify xa libkms X java python samba networkmanager avahi ffmpeg pulseaudio autoipd gtk3 vala minizip nsplugin gphoto2 ios equalizer libsamplerate realtime cgi curl gd zip threads mysqli mysql soap apache2 calendar libmysqlclient netlink ads winbind addns php fpm xslt svn gconf jack gstreamer threads pdo imap xcomposite xfce"
MAKEOPTS="-j 3"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
VIDEO_CARDS="nouveau"
INPUT_DEVICES="synaptics evdev"
GENTOO_MIRRORS="http://mirror.lug.udel.edu/pub/gentoo/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirrors.rit.edu/gentoo/"
source /var/lib/layman/make.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment