-  
 - # Please consult /usr/share/portage/config/make.conf.example for a more detailed example.
 - 
 - ##########################################
 - # AMD Ryzen 7 2700X Eight-Core Processor #
 - ##########################################
 - COMMON_FLAGS="-O2 -march=znver1 -pipe"	# change to znver2 when using gcc9 
 - CFLAGS="${COMMON_FLAGS}"
 - CXXFLAGS="${COMMON_FLAGS}"
 - FCFLAGS="${COMMON_FLAGS}"
 - FFLAGS="${COMMON_FLAGS}"
 - MAKEOPS="-j17"	# This should be the number of processors + 1
 - 
 - # NOTE: This stage was built with the bindist Use flag enabled
 - PORTDIR="/usr/portage"
 - DISTDIR="/usr/portage/distfiles"
 - PKGDIR="/usr/portage/packages"
 - 
 - ################
 - # arch of mypc #
 - ################
 - ACCEPT_KEYWORDS="amd64"		# use ~amd64 for bleeding edge software
 - EMERGE_DEFAULT_OPTS="--ask --verbose"
 - INPUT_DEVICES="evdev"
 - VIDEO_CARDS="nvidia"
 - 
 - # This sets the language of build output to English.
 - # Please keep this setting intact when reporting bugs.
 - LC_MESSAGES=C
 - LINGUAS="de de_DE"
 - L10N="de"
 - 
 - ########
 - # Grub #
 - ########
 - GRUB_PLATFORMS="efi-64"
 - #GRUB_PLATFORMS="efi-64 multiboot"
 - 
 - ##############
 - # KVM & QEMU #
 - ##############
 - QEMU_SOFTMMU_TARGETS="arm x86_64"
 - QEMU_USER_TARGETS="x86_64"
 - 
 - ################
 - # Repositories #
 - ################
 - GENTOO_MIRRORS="http://ftp.halifax.rwth-aachen.de/gentoo http://distfiles.gentoo.org"
 - 
 - #############
 - # USE-Flags #
 - #############
 - 
 - # security
 - SEC_USE="-acl -consolekit cracklib crypt -kerberos -ldap policykit -sasl"
 - 
 - # hardware
 - HW_USE="acpi evdev hddtemp lm_sensors nvidia -pcmcia -smartcard smp udev udisks upnp usb vdpau xvmc"
 - 
 - # network
 - NET_USE="bluetooth ftp gnutls ipv6 -netboot nis ssl tcpd wifi"
 - 
 - # sound
 - SND_USE="alsa sound"
 - 
 - # CD/DVD
 - CD_USE="cdda cddb cdparanoia cdr dvd dvdr"
 - 
 - # computer language
 - CL_USE="-cgi -enscript -headers-only -introspection -java -javascript -lua -perl -php -python -ruby -tidy -vala"
 - 
 - # Database
 - DB_USE="berkdb -cdb -dbm -firebird -foomaticdb -gdbm -iodbc -mssql -mysql -mysqli -odbc -oracle -qdbm sqlite"
 - 
 - # picture
 - PIC_USE="cairo gif gimp jpeg png svg tiff"
 - 
 - # printer
 - PR_USE="-cups"
 - 
 - # desktop enviroment
 - DE_USE="dbus egl glut -gnome -gtk -gtk3 -kde opengl -plasma -qt5 session -wayland X xcomposite xft xinerama -xscreensaver"
 - 
 - # codec
 - CODEC_USE="encode ffmpeg -libav gstreamer matroska mp3 mp4 mpeg ogg v4l vcd -vlc vorbis x264 x265 xvid"
 - 
 - # misc
 - MISC_USE="mime modules -multilib nls pdf posix prefix readline spell syslog systemd truetype vim vim-syntax xattr zlib"
 - 
 - # fuse all custom USE-Flags
 - USE="$SEC_USE $HW_USE $NET_USE $SND_USE $CD_USE $CL_USE $DB_USE $PIC_USE $PR_USE $DE_USE $CODEC_USE $MISC_USE"
 -