{% if grains['host'] in useflags %} {% set use = useflags[grains['host']] %} {% else %} {% set use = "" %} {% endif %} # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-O2 -pipe -march=native -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j{{ grains['num_cpus'] + 1 }}" # NOTE: This stage was built with the bindist Use flag enabled PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C GENTOO_MIRRORS="ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/" USE="-pulseaudio -bindist -cups -ldap pcsc-lite X alsa libressl wayland unicode ipv6 ipv4 {{ use }}" GRUB_PLATFORMS="efi-64" VIDEO_CARDS="{{ video_cards }}" INPUT_DEVICES="libinput" {% if testing == True %} ACCEPT_KEYWORDS="~amd64" {% endif %} RUBY_TARGETS="ruby25" PORTAGE_NICENESS="19" FEATURES="buildpkg sign" PORTAGE_GPG_KEY="BA1CE947376048A4B3C4D4E50B3B880CF5E7FCB3" EMERGE_DEFAULT_OPTS="-av --quiet-build=y" PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" CURL_SSL="libressl"