Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 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. COMMON_FLAGS="-O2 -pipe"
  6. CFLAGS="${COMMON_FLAGS}"
  7. CXXFLAGS="${COMMON_FLAGS}"
  8. FCFLAGS="${COMMON_FLAGS}"
  9. FFLAGS="${COMMON_FLAGS}"
  10.  
  11. # NOTE: This stage was built with the bindist Use flag enabled
  12. PORTDIR="/usr/portage"
  13. DISTDIR="/usr/portage/distfiles"
  14. PKGDIR="/usr/portage/packages"
  15.  
  16. # This sets the language of build output to English.
  17. # Please keep this setting intact when reporting bugs.
  18. LC_MESSAGES=C
  19.  
  20. MAKEOPTS="-j3"
  21.  
  22. GENTOO_MIRRORS="http://mirror.mdfnet.se/gentoo"
  23.  
  24. USE="dhclient wifi bindist sasl X a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi kwallet lcms ldap libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pango pcre pdf phonon plasma png policykit ppds qml qt5 readline sdl seccomp semantic-desktop spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis widgets wxwidgets x264 xattr xcb xcomposite xml xv xvid zlib"
  25. ALSA_CARDS="hda-intel intel8x0 intel8x0 usb-audio"
  26. VIDEO_CARDS="intel vesa v4l"
  27.  
  28.  
  29. INPUT_DEVICES="libinput keyboard mouse synaptics"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement