# 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. #COMMON_FLAGS="-O2 -pipe" #default COMMON_FLAGS="-O2 -pipe -march=native" #COMMON_FLAGS="-O2 -pipe -march=znver1" #i think. or 2? or 3? AMD Ryzen 7 PRO 3700U w/ Radeon Vega Mobile Gfx, cpu_family 23... what's that? how i find out? CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # NOTE: This stage was built with the bindist Use flag enabled # These are the USE and USE_EXPAND flags that were used for # building in addition to what is provided by the profile. #i # wud b kewl to get a "lenartware" useflag set, to simply -lenartware or -redhatware, lol. USE="-systemd elogind -gnome -kde -plasma -wayland -bluetooth -telemetry -AI -xscreensaver -cups sysv-utls xdg aacplus audacious cddb cdio consolekit corefonts dssi encode equalizer faac ffmpeg fftw fluidsynth freesound gtk2 gtk3 gudev hwdb id3 id3tag ieee1394 jack ladspa lame libsamplerate lv2 matroska midi minizip mpg123 musepack musicbrainz netjack opus pcre16 python qt3support quicktime realtime rubberband shine shout skins sndfile soundtouch taglib theora timidity twolame vamp vcd vst wav wavpack xine xkb xvfb xvmc sbsms wavpack" # ok, fuck. i succumb, and remove -pulseaudio. :P #^networkmanager complains @ -wifi PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles" PKGDIR="/var/cache/binpkgs" # features... #FEATURES="binpkg-request-signature getbinpkg" #needed for "binpkg-request-signature" feature. says https://wiki.gentoo.org/wiki/Binary_package_guide#Binary_package_OpenPGP_signing #immolo did it like this so i will try it like this too... FEATURES="${FEATURES} binpkg-request-signature" BINPKG_GPG_SIGNING_GPG_HOME="/root/.gnupg" # oh hey, is that why binpkg did work before? BINPKG_GPG_SIGNING_KEY="0x1234567890ABCDEF" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C ##### error! gotta figure out why portage seems ignore some of this stuff, eating up multiple cores and high load. # be nice! (ooh, can set load now too... -l2. not just jobs.) MAKEOPTS="-j2 -l2" PORTAGE_NICENESS="19" #redundnt with scheduling set to idle ... o rly? i'm putting it back on. PORTAGE_SCHEDULING_POLICY="idle" #PORTAGE_IONICE_COMMAND="/usr/local/bin/io-priority \${PID}" #redundnt with scheduling set to idle EMERGE_DEFAULT_OPTS="--jobs 2 --load-average 2.0" # become fast CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" # say what LINGUAS="en en_GB en_US" L10N="en en-GB en-US" # see how VIDEO_CARDS="amdgpu" # more things from more recent decibelLinux #FEATURES="getbinpkg" #adding "getbinpkg"^ in FEATURES #... noh #okay, i'm scared of this, at least until it stops failing on GPG on binary packages. #BINPKG_FORMAT="gpkg" #PORTAGE_BINHOST="https://decibellinux.org/src/binpkgs" # so, ^ disabled until sorted. # ... yeah, nahhhh, no need.... all u need is the line in features # binpkg-request-signature # only, it seems. no need for the getbinpkg. seems to work. CONFIG_PROTECT="protect-owned" GRUB_PLATFORMS="efi-64" # iunno if i need that. heh. devuan did my grub. #ACCEPT_LICENSE="-* @FREE @BINARY-REDISTRIBUTABLE" # got already ... er, do i? where? i thought i did... wait what... #what happens if i put it on again... ACCEPT_LICENSE="-* @FREE @BINARY-REDISTRIBUTABLE Sublime CC-BY-NC-SA-2.5"