summaryrefslogtreecommitdiff
path: root/data.d/etc-portage/make.conf/10-global.conf
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-07-30 09:02:04 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-30 09:12:55 +0200
commit0af2a7c2941ce15a5b04c276c2df2df82a2bd38c (patch)
tree8e93b5da7c942061a184e02aa692b45142870a57 /data.d/etc-portage/make.conf/10-global.conf
parent2584fbe8d2d63926dff5383a9b62f70e98efe16f (diff)
Add make.conf
Diffstat (limited to 'data.d/etc-portage/make.conf/10-global.conf')
-rw-r--r--data.d/etc-portage/make.conf/10-global.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/data.d/etc-portage/make.conf/10-global.conf b/data.d/etc-portage/make.conf/10-global.conf
new file mode 100644
index 0000000..deff7d8
--- /dev/null
+++ b/data.d/etc-portage/make.conf/10-global.conf
@@ -0,0 +1,54 @@
+USE="
+ bash-completion
+ introspection
+ vim-syntax
+ zsh-completion
+"
+
+FEATURES="
+ $FEATURES
+ buildpkg
+ 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
+"
+
+PKGDIR="/var/portage/packages"
+DISTDIR="/var/portage/distfiles"
+
+ACCEPT_LICENSE="
+ -*
+ @FREE
+"
+
+LC_MESSAGES=C.UTF8
+
+L10N="
+ en
+ nl
+"