Updated: Thu Oct 29 10:30:15 PM CET 2020

This commit is contained in:
2020-10-29 22:30:16 +01:00
parent 4630af1b0a
commit a63483ec1a
5 changed files with 2101 additions and 58 deletions

View File

@ -7,8 +7,8 @@ FFLAGS="${COMMON_FLAGS}"
PORTAGE_BINHOST="http://obm.qayx.net/Packages"
GENTOO_MIRRORS="https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ https://gentoo.osuosl.org/ http://ftp.vectranet.pl/gentoo/ http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/"
MAKEOPTS="-j8 --load-average=6.4"
EMERGE_DEFAULT_OPTS="--jobs=8 --load-average=6.4 --with-bdeps=y --keep-going=y --quiet-build"
MAKEOPTS="-j4 --load-average=4.4"
EMERGE_DEFAULT_OPTS="--jobs=4 --load-average=4.4 --with-bdeps=y --keep-going=y --quiet-build"
ACCEPT_LICENSE="*"
ACCEPT_KEYWORDS="~amd64"