summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
blob: 1ab01a7bba6f31c2a2259c63737ae2844b203be0 (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
# vim:ft=gentoo-make-conf
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"

GENTOO_MIRRORS="rsync://mirror.dkm.cz/gentoo/ http://distfiles.gentoo.org"
EMERGE_DEFAULT_OPTS="--autounmask-write n"

ACCEPT_KEYWORDS="~amd64"
ACCEPT_LICENSE="*"

USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev"
USE="$USE ncurses readline"
USE="$USE curl http2"
USE="$USE zsh-completion bash-completion"
USE="$USE vim vim-syntax"
USE="$USE man"

L10N="en cs"
LINGUAS="en cs"

RUBY_TARGETS="-* ruby30"
PYTHON_TARGETS="-* python3_9 python3_10"

COLLECTD_PLUGINS="conntrack contextswitch cpu cpufreq cpusleep df disk entropy fhcount fscache hugepages interface ipc iptables irq load lvm netlink network openvpn ping processes protocols uptime users vmem "
# TODO some plugin for btrfs?

USE_EXPAND="L10N LINGUAS RUBY_TARGETS PYTHON_TARGETS COLLECTD_PLUGINS"