# === General options ACCEPT_KEYWORDS="~amd64" EMERGE_DEFAULT_OPTS="--quiet-build --autounmask=n --binpkg-respect-use=y" FEATURES="buildpkg clean-logs compress-build-logs noinfo preserve-libs" FEATURES="${FEATURES} -ipc-sandbox -network-sandbox -pid-sandbox" MAKEOPTS="-j7 -l8" # === Binary package configurations # Signing configuration. #BINPKG_GPG_SIGNING_KEY="0x1234567890ABCDEF" #BINPKG_GPG_SIGNING_GPG_HOME="/var/lib/portage/home/.gnupg" #FEATURES="${FEATURES} binpkg-signing" # Format and compression. BINPKG_FORMAT="gpkg" PORTAGE_COMPRESS="xz" PORTAGE_COMPRESS_FLAGS="-9e -T6 --memlimit-decompress=1500M" BINPKG_COMPRESS="${PORTAGE_COMPRESS}" BINPKG_COMPRESS_FLAGS="${PORTAGE_COMPRESS_FLAGS}" # === Paths where portage stores source files and binpkgs. # see bug #662982 P_BASE="/var/cache" DISTDIR="${P_BASE}/distfiles" PKGDIR="${P_BASE}/packages" # === Paths for logging and retention policy. PORT_LOGDIR="/var/log/portage" PORT_LOGDIR_CLEAN="find \"${PORT_LOGDIR}\" -type f ! -name \"summary.log*\" -mtime +84 -delete" # === Output language for logs. # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C # EOF