Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.17 KB | None | 0 0
  1. # cat /etc/make.conf
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /usr/share/portage/config/make.conf.example for a more
  5. # detailed example.
  6. #CFLAGS="-O2 -march=i686 -pipe"
  7. #CXXFLAGS="${CFLAGS}"
  8. # WARNING: Changing your CHOST is not something that should be done lightly.
  9. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  10. CHOST="i686-pc-linux-gnu"
  11. CFLAGS="-O2 -march=native -pipe"
  12. # Use the same settings for both variables
  13. CXXFLAGS="${CFLAGS}"
  14. MAKEOPTS="-j3"
  15.  
  16. GENTOO_MIRRORS="ftp://mirror.corbina.ru/gentoo/"
  17. GENTOO_MIRRORS="ftp://mirror.yandex.ru/gentoo-distfiles"
  18.  
  19. #SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
  20. SYNC="rsync://mirror.corbina.ru/gentoo-portage"
  21. SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
  22. USE="3dnow smp 3dnowext a52 aac aacs aalib alsa avahi cdr client css djvu dts dvd
  23.     ebook fbcondecor flac handbook jpeg kde modplug musepack nls opengl
  24.     pdf ps qt4 sdl server smbclient theora tiff truetype v4l vorbis nvidia
  25.     winbind multimedia phonon -examples -cdparanoia -doc ftp ggi gsm
  26.     joystick jpeg2k libcaca libmpeg2 lirc lzo mpg123 openal radio samba sse vaapi mod -bindist qt3support aacplus libv4l
  27.     sse2 mmx mmxext tga v4l2 -vdpau vidix win32codecs -arts kerberos accessibility mysql consolekit dbus policykit udev -hal aqua zeroconf lzma semantic-desktop -ssse3 vpx speex schroedinger faac dirac cpudetection amr fat ntfs reiserfs"
  28.  
  29. INPUT_DEVICES="evdev"
  30.  
  31. VIDEO_CARDS="nvidia"
  32. LIRC_DEVICES="avermedia avermedia98 avermedia_vdomate commandir devinput"
  33. LINGUAS="ru en ru_RU"
  34.  
  35. PORTDIR_OVERLAY="/usr/local/portage"
  36.  
  37. source /var/lib/layman/make.conf
  38.  
  39. ACCEPT_LICENSE="*"
  40. # EMERGE_DEFAULT_OPTS="--autounmask=y"
  41. SANE_BACKENDS="snapscan"
  42. ABI_X86="32"
  43. FEATURES="parallel-fetch"
  44. #FEATURES="parallel-fetch"
  45.  
  46. #CCACHE_SIZE="8G"
  47.  
  48. #CCACHE_DIR="/var/tmp/ccache"
  49.  
  50. PORTAGE_ELOG_CLASSES="warn error log"
  51. # And this is how to do it
  52. PORTAGE_ELOG_SYSTEM="save"
  53.  
  54.  
  55. # Set PORTDIR for backward compatibility with various tools:
  56. #   gentoo-bashcomp - bug #478444
  57. #   euse - bug #474574
  58. #   euses and ufed - bug #478318
  59. PORTDIR="/usr/portage"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement