]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/portage/files/make.conf
Manage make.conf
[max/saltfiles.git] / states / portage / files / make.conf
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 CFLAGS="-O2 -pipe -march=haswell -fomit-frame-pointer"
6 CXXFLAGS="${CFLAGS}"
7 MAKEOPTS="-j{{ grains['num_cpus'] + 1 }}"
8
9 # NOTE: This stage was built with the bindist Use flag enabled
10 PORTDIR="/usr/portage"
11 DISTDIR="/usr/portage/distfiles"
12 PKGDIR="/usr/portage/packages"
13
14 # This sets the language of build output to English.
15 # Please keep this setting intact when reporting bugs.
16 LC_MESSAGES=C
17
18 GENTOO_MIRRORS="ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/"
19
20 USE="X alsa -pulseaudio pcsc-lite -bindist -cups -ldap libressl wayland unicode ipv6 ipv4"
21 GRUB_PLATFORMS="efi-64"
22
23 VIDEO_CARDS="{{ video_cards }}"
24 INPUT_DEVICES="libinput"
25
26 {% if testing == True %}
27 ACCEPT_KEYWORDS="~amd64"
28 {% endif %}
29
30 RUBY_TARGETS="ruby25"
31
32 PORTAGE_NICENESS="19"
33
34 FEATURES="buildpkg sign"
35 PORTAGE_GPG_KEY="BA1CE947376048A4B3C4D4E50B3B880CF5E7FCB3"
36
37 EMERGE_DEFAULT_OPTS="-av --quiet-build=y"
38 PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
39
40 CURL_SSL="libressl"