Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ##############################################
  2. # __ _ ,_ ,_ _ . ,_ _,_ #
  3. # _(_/__(_/__(/__/ (__/ (__(/__/__/ (__(_/ #
  4. # _/_ #
  5. # (/ #
  6. ##############################################
  7.  
  8. ## Instruções para compilação.
  9. CFLAGS="-O2 -pipe -march=native"
  10. CXXFLAGS="${CFLAGS}"
  11. CHOST="x86_64-pc-linux-gnu"
  12. FEATURES="parallel-fetch"
  13. ACCEPT_KEYWORDS="amd64"
  14. MAKEOPTS="-j7"
  15. ACCEPT_LICENSE="*"
  16. EMERGE_DEFAULT_OPTS="--ask --autounmask-write=y"
  17.  
  18. ## Lingua.
  19. LINGUAS="pt_PT pt"
  20.  
  21. ## Use Flags.
  22. USE="gnome systemd systemd-consolekit dbus udisks mp3 flac asf ntfs3g X opengl cuda -kde -networkmanager -bluetooth -cups -doc -handbook bindist mmx sse sse2"
  23.  
  24. ## Hardware
  25. INPUT_DEVICES="evdev keyboard"
  26. VIDEO_CARDS="mesa nvidia"
  27. #ALSA_CARDS="hda-nvidia"
  28.  
  29. ## Directórios do portage
  30. PORTDIR="/usr/portage"
  31. DISTDIR="${PORTDIR}/distfiles"
  32. PKGDIR="${PORTDIR}/packages"
  33. source /var/lib/layman/make.conf
  34. PORTDIR_OVERLAY="/usr/local/portage ${PORTDIR_OVERLAY}"
  35.  
  36. ## Servidores
  37. #SYNC="rsync://176.28.50.119/gentoo-portage"
  38. GENTOO_MIRRORS="ftp://mirror.bytemark.co.uk/gentoo/ ftp://ftp.rnl.ist.utl.pt/pub/gentoo/gentoo-distfiles/ http://mirror.bytemark.co.uk/gentoo http://www.mirrorservice.org/sites/distfiles.gentoo.org/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement