Advertisement
rfmonk

etc_portage_makeconf.txt

Jul 14th, 2014
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # cat /etc/portage/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 -mcpu=powerpc -mtune=powerpc -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="powerpc-unknown-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="consolekit pam policykit caps crypt filecaps gtk2 ipv6 netlink pcap ssl zlib -adns \
  14. networkmanager bindist -gnome -kde -minimal -doc -doc-pdf -geopip \
  15. -gtk3 -kerberos -libadns examples fcd grc jack oss pager \
  16. performance-counters portaudio uhd wavelet -qt4 dbus jpeg lock session \
  17. startup-notification thunar udisks upower udev X alsa"
  18. PORTDIR="/usr/portage"
  19. DISTDIR="${PORTDIR}/distfiles"
  20. PKGDIR="${PORTDIR}/packages"
  21. ######### this is via xfce wiki #######################
  22. ## (For mouse, keyboard, and Synaptics touchpad support)
  23. INPUT_DEVICES="evdev synaptics"
  24.  
  25. ## (For AMD/ATI cards)
  26. VIDEO_CARDS="radeon"
  27. #######################################################
  28.  
  29. GENTOO_MIRRORS="http://gentoo.osuosl.org/"
  30.  
  31. SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement