Advertisement
Guest User

/etc/portage/make.conf

a guest
Dec 14th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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=core-avx2 -fomit-frame-pointer"
  6. CXXFLAGS="${CFLAGS}"
  7. MAKEOPTS="-j9"
  8. PORTAGE_NICENESS="15"
  9.  
  10. # WARNING: Changing your CHOST is not something that should be done lightly.
  11. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  12. CHOST="x86_64-pc-linux-gnu"
  13.  
  14. # Mirrors
  15. GENTOO_MIRRORS="http://gentoo.mirror.pw.edu.pl"
  16. SYNC="rsync://rsync1.pl.gentoo.org/gentoo-portage"
  17.  
  18. # These are the USE flags that were used in addition to what is provided by the
  19. # profile used for building.
  20. USE="bindist mmx sse sse2 acpi"
  21. USE="${USE} systemd"
  22. USE="${USE} vaapi"
  23. USE="${USE} -arts -kde eds X gnome"
  24. USE="${USE} unicode truetype type1 cleartype corefonts"
  25.  
  26. PORTDIR="/usr/portage"
  27. DISTDIR="${PORTDIR}/distfiles"
  28. PKGDIR="${PORTDIR}/packages"
  29.  
  30. # Other
  31. LINGUAS="pl"
  32. VIDEO_CARDS="intel nvidia"
  33. INPUT_DEVICES="keyboard mouse evdev synaptics"
  34. SANE_BACKENDS="pixma"
  35. # Layman
  36. PORTDIR_OVERLAY="/usr/local/portage"
  37. source /var/lib/layman/make.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement