Advertisement
Guest User

Untitled

a guest
May 9th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. localhost / # cat /etc/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="-O3 -march=pentium-m -pipe -fomit-frame-pointer -s"
  7. CXXFLAGS="${CFLAGS}"
  8. ACCEPT_KEYWORDS="~x86"
  9. ACCEPT_LICENSE="* -@EULA"
  10. VIDEO_CARDS="i810 intel"
  11. ALSA_CARDS="hda-intel intel8x0"
  12. INPUT_DEVICES="evdev"
  13. MAKEOPTS="-j2"
  14. EMERGE_DEFAULT_OPTS="--autounmask=n"
  15. LINGUAS="ru"
  16. USE="xml v4l v4l2 sse sse2 sse3 matroska libcaca libass mpeg vorbis offlinehelp cairo policykit consolekit svg gstreamer pdfimport tiff mmx aalib aac vcd wavpack win32codecs a52 ass bzip2 dv dvd dvdnav jpeg jpeg2k mad opengl mng quicktime raw sdl shm vorbix xscreensaver xv xvid encode flac faad ruby_targets_ruby19 threads alsa tk gtk libnotify libcanberra avcodec mp4 wma mp3 ogg gudev icu libxml2 fontconfig jpeg png truetype jadetex lxde bash-completion djvu ffmpeg dv unicode userlocales python acpi eselect X xorg nptl hal dbus dri dri2 xcomposite"
  17. # WARNING: Changing your CHOST is not something that should be done lightly.
  18. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  19. CHOST="i686-pc-linux-gnu"
  20. localhost / # eselect profile list
  21. Available profile symlink targets:
  22. [1] default/linux/x86/10.0 *
  23. [2] default/linux/x86/10.0/selinux
  24. [3] default/linux/x86/10.0/desktop
  25. [4] default/linux/x86/10.0/desktop/gnome
  26. [5] default/linux/x86/10.0/desktop/kde
  27. [6] default/linux/x86/10.0/developer
  28. [7] default/linux/x86/10.0/server
  29. [8] hardened/linux/x86
  30. [9] hardened/linux/x86/selinux
  31. localhost / # emerge -pv sqlite
  32.  
  33. These are the packages that would be merged, in order:
  34.  
  35. Calculating dependencies... done!
  36. [ebuild R ] dev-db/sqlite-3.7.11 USE="extensions fts3 icu readline threadsafe -debug -doc -secure-delete -soundex -tcl -test -unlock-notify" 0 kB
  37.  
  38. Total: 1 package (1 reinstall), Size of downloads: 0 kB
  39.  
  40. * IMPORTANT: 2 news items need reading for repository 'gentoo'.
  41. * Use eselect news to read news items.
  42.  
  43. localhost / #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement