summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
blob: 40eededf50136a7958754e1dc7a583451e17bd8e (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
# 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"
USE="$USE zsh-completion"

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

RUBY_TARGETS="ruby26"
PYTHON_TARGETS="python2_7 python3_6 python3_7"

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"