Автор: funk2256, 1 Год назад, написана на языке Plain Text.
Встраивание на сайт
  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. COMMON_FLAGS="-march=native -O2 -pipe"
  7. CFLAGS="${COMMON_FLAGS}"
  8. CXXFLAGS="${COMMON_FLAGS}"
  9. FCFLAGS="${COMMON_FLAGS}"
  10. FFLAGS="${COMMON_FLAGS}"
  11.  
  12. # NOTE: This stage was built with the bindist Use flag enabled
  13. PORTDIR="/var/db/repos/gentoo"
  14. DISTDIR="/var/cache/distfiles"
  15. PKGDIR="/var/cache/binpkgs"
  16.  
  17. # This sets the language of build output to English.
  18. # Please keep this setting intact when reporting bugs.
  19. LC_MESSAGES=C
  20.  
  21.  
  22. GENTOO_MIRRORS="https://gentoo-mirror.alexxy.name/ http://gentoo-mirror.alexxy.name/ http://gentoo.bloodhost.ru/ ftp://gentoo.bloodhost.ru/ rsync://gentoo.bloodhost.ru/gentoo-distfiles https://mirror.yandex.ru/gentoo-distfiles/ http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/"
  23. GRUB_PLATFORMS="efi-64"
  24. USE = "X -kde -qt4 -qt5 ldap a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dri dts dvd dvdr elogind encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib networkmanager ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt5 readline sdl seccomp spell split-usr ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xml xv xvid zlib zsh-completion"
  25. VIDEO_CARDS="nvidia"
  26. ACCEPT_LICENSE="*"
  27. ACCEPT_KEYWORDS="~amd64"
  28. FEATURES="ccache"
  29. CCACHE_DIR="/var/cache/ccache"
  30. #USE="pulseaudio alsa"
  31.