Code: Select all
# 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="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j1"
VIDEO_CARDS="intel"
INPUT_DEVICES="evdev synaptics"
# 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.
PORTDIR_OVERLAY=/usr/local/portage/
USE="$GUI $SOUND $GRAPHICS $MISC"
GUI="-qt3support -qt4 -ncurses gtk X font-styles"
SOUND="alsa mp3 mp4 flac"
GRAPHICS="iconv tiff opengl apng glib gif jpeg"
MISC="policykit ssl unicode sasl threads bzip2 e2fsprogs lzma zlib css vim-syntax acl gpm perl cairo acpi dvd dbus session nls xcb libnotify svg xml xulrunner startup-notification mmx sse sse2"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/"
SYNC="rsync://rsync6.us.gentoo.org/gentoo-portage"
Also, did I do my USE flags right with $GUI $SOUND ect.?


