spacepaste

  1.  
  2. # less /etc/portage/make.conf
  3. sh: /bin/zsh: No such file or directory
  4. # These settings were set by the catalyst build script that automatically
  5. # built this stage.
  6. # Please consult /usr/share/portage/config/make.conf.example for a more
  7. # detailed example.
  8. CHOST="x86_64-pc-linux-gnu"
  9. CFLAGS="-march=znver1 -O2 -pipe"
  10. CXXFLAGS="${CFLAGS}"
  11. MAKEOPTS="-j12"
  12. NINJA0PTS="-j8"
  13. USE="X tools video hid usb -kde -qt -plasma threads minizip -pulseaudio"
  14. VIDEO_CARDS="nvidia"
  15. INPUT_DEVICES="evdev roccat_konepure"
  16. XFCE_PLUGINS="clock power trash"
  17. SANE_BACKENDS="genesys"
  18. # NOTE: This stage was built with the bindist Use flag enabled
  19. PORTDIR="/usr/portage"
  20. DISTDIR="/usr/portage/distfiles"
  21. PKGDIR="/usr/portage/packages"
  22. PORTAGE_TMPDIR="/var/tmp"
  23. PORTAGE_LOGDIR="/var/log/portage"
  24. PYTHON_SINGLE_TARGET="python3_6"
  25. PYTHON_TARGETS="python2_7 python3_6"
  26. FEATURES="fail-clean"
  27. # This sets the language of build output to English.
  28. # Please keep this setting intact when reporting bugs.
  29. LC_MESSAGES=C
  30. GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.osuosl.org/ http://gentoo.mirrors.tds.net/gentoo http://gentoo.cs.uni.edu/ rsync://gentoo.cs.uni.edu/gentoo-distfiles http://gentoo.cs.utah.edu/"
  31.