summaryrefslogtreecommitdiff
path: root/data.d/etc-portage/make.conf/10-global.conf
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/etc-portage/make.conf/10-global.conf')
-rw-r--r--data.d/etc-portage/make.conf/10-global.conf72
1 files changed, 37 insertions, 35 deletions
diff --git a/data.d/etc-portage/make.conf/10-global.conf b/data.d/etc-portage/make.conf/10-global.conf
index deff7d8..7d11afb 100644
--- a/data.d/etc-portage/make.conf/10-global.conf
+++ b/data.d/etc-portage/make.conf/10-global.conf
@@ -1,54 +1,56 @@
USE="
- bash-completion
- introspection
- vim-syntax
- zsh-completion
+ bash-completion
+ introspection
+ vim-syntax
+ zsh-completion
"
FEATURES="
- $FEATURES
- buildpkg
- network-sandbox
- parallel-fetch
- parallel-install
- sandbox
- sign
- userfetch
- userpriv
- usersandbox
- usersync
+ $FEATURES
+ buildpkg
+ getbinpkg
+ network-sandbox
+ parallel-fetch
+ parallel-install
+ sandbox
+ sign
+ userfetch
+ userpriv
+ usersandbox
+ usersync
"
EMERGE_DEFAULT_OPTS="
- $EMERGE_DEFAULT_OPTS
- --alert
- --ask
- --binpkg-changed-deps=y
- --binpkg-respect-use=y
- --buildpkg-exclude */*-bin
- --buildpkg-exclude acct-*/*
- --buildpkg-exclude sys-kernel/*-sources
- --buildpkg-exclude virtual/*
- --keep-going
- --tree
- --usepkg-exclude */*-bin
- --usepkg-exclude acct-*/*
- --usepkg-exclude sys-kernel/*-sources
- --usepkg-exclude virtual/*
- --verbose
+ $EMERGE_DEFAULT_OPTS
+ --alert
+ --ask
+ --binpkg-changed-deps=y
+ --binpkg-respect-use=y
+ --buildpkg-exclude */*-bin
+ --buildpkg-exclude acct-*/*
+ --buildpkg-exclude sys-fs/zfs-kmod
+ --buildpkg-exclude sys-kernel/*-sources
+ --buildpkg-exclude virtual/*
+ --keep-going
+ --tree
+ --usepkg-exclude */*-bin
+ --usepkg-exclude acct-*/*
+ --usepkg-exclude sys-kernel/*-sources
+ --usepkg-exclude virtual/*
+ --verbose
"
PKGDIR="/var/portage/packages"
DISTDIR="/var/portage/distfiles"
ACCEPT_LICENSE="
- -*
- @FREE
+ -*
+ @FREE
"
LC_MESSAGES=C.UTF8
L10N="
- en
- nl
+ en
+ nl
"