summaryrefslogtreecommitdiff
path: root/data.d/etc-portage/make.conf/10-global.conf
blob: deff7d81599e641b7c4b9550ddafc800699194ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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
"