Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /usr/share/portage/config/make.conf.example for a more
  4. # detailed example.
  5. CFLAGS="-O2 -march=native -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. # WARNING: Changing your CHOST is not something that should be done lightly.
  8. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  9. CHOST="x86_64-pc-linux-gnu"
  10. # These are the USE flags that were used in addition to what is provided by the
  11. # profile used for building.
  12. LINGUAS="es es_ES es_AR"
  13. MAKEOPTS="-j5"
  14. VIDEO_CARDS="nvidia"
  15. INPUT_DEVICES="evdev synaptics"
  16.  
  17.  
  18. GENERAL="bluetooth bzip2 f77 multilib mmx pdf spell ssh symlink xml xorg sse3 ssse3 python"
  19. GNOMEUSE="automount cairo glitz fuse gnome gtk nautilus p7zip rar sound"
  20. IMAGEUSE="exif jpeg jpeg2k gif png svg tiff"
  21. INTERNETUSE="ads networkmanager"
  22. MEDIAUSE="a52 aac acpi alsa asf cd css dvd ffmpeg gstreamer icu lame mp3 mp4 matroska midi mplayer pulseaudio theora vorbis x264 xvid win32codecs"
  23. NETWIRELESSUSE="fasteap injection madwifi network wps"
  24. NVIDIAUSE="fbcondecor mng nvidia profiler video_cards_nvidia vdpau xvmc"
  25. NOTUSE="-java -cups -gnutls -ssl"
  26. KDE="arts eds evo ipv6 kde qt3 qt4 kwin"
  27. SYSBLOCKUSE="fat ntfs"
  28. SYSTEMP="cdr dvdr logrotate lzo mono run-exes sse sse2 systemd threads win32 win64 winbind"
  29. XUSE="truetype X xv xcomposite xinerama"
  30.  
  31. USE="${GENERAL} ${GNOMEUSE} ${IMAGEUSE} ${INTERNETUSE} ${MEDIAUSE} ${NETWIRELESSUSE} ${NVIDIAUSE} ${NOTUSE} ${KDE} ${SYSBLOCKUSE} ${SYSTEMP} ${XUSE}"
  32.  
  33. ACCEPT_LICENSE="*"
  34.  
  35. # Set PORTDIR for backward compatibility with various tools:
  36. # gentoo-bashcomp - bug #478444
  37. # euse - bug #474574
  38. # euses and ufed - bug #478318
  39. PORTDIR="/usr/portage"
  40.  
  41. # UEFI and PC
  42. #GRUB_PLATFORMS="emu gentoo_platforms_efi-32 gentoo_platforms_efi-64 pc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement