spacepaste

  1.  
  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=native -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="x86_64-pc-linux-gnu"
  11. # These are the USE flags that were used in addition to what is provided by the
  12. # profile used for building.
  13. #USE="X apulse cryptsetup lm_sensors lua networkmanager sensord video -bindist \
  14. # -emboss -gdbm -gnome -minimal -pulseaudio -static-libs -systemd \
  15. # -systemd-units"
  16. # Added by tlee as per http://forums.gentoo.org/viewtopic-t-1006072-highlight-.html
  17. #USE="cryptsetup lm_sensors lua networkmanager -systemd -gdbm -gnome -pulseaudio"
  18. USE="acpi alsa cryptsetup gphoto2 ibus kde multislot networkmanager plasma \
  19. qt4 scim truetype unicode xim -bindist -gdbm -gnome -nepomuk \
  20. -pulseaudio -qt5 -systemd"
  21. CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
  22. # Added by tlee as per handbook-amd64
  23. #MAKEOPTS="-j2"
  24. # Added by tlee as per http://forums.gentoo.org/viewtopic-t-953956-highlight-.html
  25. #MAKEOPTS="-j4"
  26. # Added by tlee as per https://blogs.gentoo.org/ago/2013/01/14/makeopts-jcore-1-is-not-the-best-optimization/
  27. MAKEOPTS="-j8"
  28. #Commented out by tlee becuase depricated as indicated at http://wiki.gentoo.org/wiki/Mirrorselect and http://forums.gentoo.org/viewtopic-t-986518-highlight-sync+variable.html
  29. #SYNC="rsync://rsync.jp.gentoo.org/gentoo-portage"
  30. # Added by tlee as per grub2 handbook
  31. #GRUB_PLATFORMS="emu gentoo_platforms_efi-32 gentoo_platforms_efi-64 pc"
  32. GRUB_PLATFORMS="pc"
  33. #added tlee http://en.gentoo-wiki.com/wiki/Fglrx
  34. #VIDEO_CARDS="fglrx"
  35. #added by tlee http://wiki.gentoo.org/wiki/Fglrx
  36. #VIDEO_CARDS="fglrx intel"
  37. VIDEO_CARDS="intel i915 radeon r600"
  38. #added by tlee http://wiki.gentoo.org/wiki/Intel
  39. #VIDEO_CARDS="intel"
  40. #added by tlee http://wiki.gentoo.org/wiki/Radeon
  41. #VIDEO_CARDS="radeon"
  42. LINGUAS="en en_US ja ja_JP"
  43. #added by tlee http://forums.gentoo.org/viewtopic-t-959200-highlight-.html
  44. #EMERGE_DEFAULT_OPTS="--exclude gentoo-sources"
  45. #Added by tlee. http://forums.gentoo.org/viewtopic-t-1006072-highlight-.html
  46. #EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --with-bdeps=y"
  47. #appended by tlee for https://forums.gentoo.org/viewtopic-t-1042990-highlight-backtrack.html
  48. #EMERGE_DEFAULT_OPTS="$EMERGE_DEFAULT_OPTS --with-bdeps=y --ignore-built-slot-operator-deps=y"
  49. # Set PORTDIR for backward compatibility with various tools:
  50. # gentoo-bashcomp - bug #478444
  51. # euse - bug #474574
  52. # euses and ufed - bug #478318
  53. PORTDIR="/usr/portage"
  54. # Added by tlee http://forums.gentoo.org/viewtopic-t-970418-highlight-.html
  55. #Commented out by tlee. http://forums.gentoo.org/viewtopic-t-1006072-highlight-.html
  56. #https://forums.gentoo.org/viewtopic-t-1035094.html
  57. #source /var/lib/layman/make.conf
  58. GENTOO_MIRRORS="ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://mirror.qubenet.net/mirror/gentoo/ http://ftp.df.lth.se/pub/gentoo/"
  59. # Added by tlee for signed portage sync. https://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=3#webrsync-gpg
  60. FEATURES="webrsync-gpg"
  61. PORTAGE_GPG_DIR="/etc/portage/gpg"
  62. INPUT_DEVICE="evdev synaptics"
  63. #Added by tlee. http://forums.gentoo.org/viewtopic-t-1006072-highlight-.html
  64. #LANG=C
  65. #LC_CTYPE="${LANG}"
  66. #LC_COLLATE="${LANG}"
  67. #LC_MESSAGES="${LANG}"
  68. ACCEPT_LICENSE="*"
  69. ##Emerge notification added tlee
  70. ##!!! Insufficient space to store fuse-2.9.4.tar.gz in /usr/portage/distfiles
  71. ##!!! Insufficient privileges to use remaining space.
  72. ##!!! You may set FEATURES="-userfetch" in /etc/portage/make.conf in order to fetch with
  73. ##!!! superuser privileges.
  74. FEATURES="-userfetch"
  75. ## Added by tlee
  76. ## * Messages for package app-portage/elogviewer-2.1-r2:
  77. ##
  78. ## *
  79. ## * In order to use this software, you need to activate
  80. ## * Portage's elog features. Required is
  81. ## * PORTAGE_ELOG_SYSTEM="save"
  82. ## * and at least one of
  83. ## * PORTAGE_ELOG_CLASSES="warn error info log qa"
  84. ## * More information on the elog system can be found
  85. ## * in /etc/make.conf.example
  86. ## *
  87. ## * To operate properly this software needs the directory
  88. ## * /var/log/portage/elog created, belonging to group portage.
  89. ## * To start the software as a user, add yourself to the portage
  90. ## * group.
  91. PORTAGE_ELOG_SYSTEM="save"
  92. PORTAGE_ELOG_CLASSES="warn error info log qa"
  93.