Created
March 9, 2015 22:16
-
-
Save gnusosa/9ad456ef25a748693980 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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=corei7 -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. | |
MAKEOPTS="-j5" | |
ACCEPT_KEYWORDS="~amd64" | |
EMERGE_DEFAULT_OPTS="-j5" | |
USE_SYSTEM="systemd acpi gnutls mmx mmxext sse sse2 ssse3 sse4_1 sse4_2" | |
ALSA_CARDS="hda-intel" | |
INPUT_DEVICES="evdev keyboard mouse joystick lirc" | |
VIDEO_CARDS="intel i965" | |
LIRC_DEVICES="userspace" | |
LINGUAS="es es_MX en en_US" | |
PYTHON_TARGETS="python2_7 python3_2 python3_3" | |
USE_USER="a52 aac acl aalib alsa bash bash-completion \ | |
ccache cpudetection cdr css curl curlwrappers dbus dri \ | |
dvd dvdnav dvdr encode fbcon ffmpeg flac gif \ | |
gtk gnuplot ieee1394 imagemagick imap imlib \ | |
javascript jpeg joystick lame latex libcaca libwww \ | |
libgda lirc lm_sensors network rtmp radio real vidix youtube mad \ | |
mbox modules mp3 mp4 libmpeg2 mpg123 mplayer \ | |
nas ncurses ogg opengl oss tiff perl \ | |
pdf png python rss ruby samba sdl smp spell ssl svg svga \ | |
sqlite3 sqlite truetype theora udev unicode usb v4l v4l2 \ | |
vim-pager vim-syntax vorbis win32codecs x264 xft xinerama \ | |
xvidix xvmc bluetooth X apng berkdb bzip2 cairo \ | |
cdparanoia crypt cups dts exif fontconfig \ | |
ftdi gd gpm gzip jpeg2k mpeg nsplugin pulseaudio quicktime session snmp \ | |
notification libnotify synaptics szip ipv6 vaapi vcd \ | |
wavpack wifi xcb postscript python2 \ | |
python3 system-sqlite xscreensaver xosd xpm xv \ | |
xulrunner xvid zlib minizip" | |
USE_BLOCK="-thin -static-libs -gnome -kde -kdehiddenvisibility -tcl -qt4 -esd -kerberos -ldap -zeroconf -fam -gdbm -acl -tcpd -mng -hal -java -java6 -kde -qt -vdpau" | |
USE="${USE_SYSTEM} ${USE_USER} ${USE_BLOCK}" | |
FEATURES="parallel-fetch" | |
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" | |
ACCEPT_LICENSE="*" | |
# Set PORTDIR for backward compatibility with various tools: | |
# gentoo-bashcomp - bug #478444 | |
# euse - bug #474574 | |
# euses and ufed - bug #478318 | |
PORTDIR="/usr/portage" | |
PKGDIR="/usr/packages/" | |
NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi geo gzip limit_conn limit_req map memcached proxy referer rewrite scgi split_clients ssi upstream_ip_hash userid uwsgi gzip_static" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment