Advertisement
core_st

Untitled

Dec 8th, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.68 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 -pipe -march=native"
  6. CXXFLAGS="${CFLAGS}"
  7. MAKEOPTS="-j3"
  8. PHP_INI_VERSION="development"
  9. # WARNING: Changing your CHOST is not something that should be done lightly.
  10. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  11. CHOST="x86_64-pc-linux-gnu"
  12. # These are the USE flags that were used in addition to what is provided by the
  13. # profile used for building.
  14. USE="a52 aac alsa acpi \
  15. cjk cairo cdr consolekit \
  16. dhcpcd dbus djvu dvd dvdr \
  17. evdev \
  18. ffmpeg flac gif -freerdp \
  19. -gnome-keyring \
  20. hal \
  21. -gnome gstreamer gtk \
  22. ipv6 icu imlib iostats \
  23. jpeg jack \
  24. lock libnotify lua lua-cairo lua-imlib lame lm_sensors\
  25. mesa mpeg mp3 mp4 multilib mmx -minimal mysql \
  26. ncurses nvidia nis net-tools \
  27. python phonon private-headers pam pulseaudio postgre policykit \
  28. qt4 qt3 qt3support \
  29. symlink startup-notification svg sse sse2 sse3 sse4 session \
  30. tiff truetype thunar \
  31. usb udev \
  32. vcd vorbis \
  33. wifi X xvid xml xv xorg \
  34. opencv v4l"
  35. INPUT_DEVICES="evdev synaptics"
  36. VIDEO_CARDS="intel"
  37. ACCEPT_KEYWORDS="~amd64"
  38. ACCEPT_LICENSES="Broadcom"
  39. FEATUERS="${FEATURES} distcc"
  40. GENTOO_MIRRORS="rsync://ftp.df.lth.se/pub/gentoo/ ftp://ftp.ds.karen.hj.se/gentoo/ http://ftp.ing.umu.se/linux/gentoo/"
  41. SYNC="rsync://rsync.gentoo.org/gentoo-portage"
  42. LANGUAGE="ua"
  43.  
  44. # Set PORTDIR for backward compatibility with various tools:
  45. #   gentoo-bashcomp - bug #478444
  46. #   euse - bug #474574
  47. #   euses and ufed - bug #478318
  48. PORTDIR="/usr/portage"
  49. PORTDIR_OVERLAY="/usr/local/portage"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement