summaryrefslogtreecommitdiff
path: root/profiles/base
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults18
1 files changed, 13 insertions, 5 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b6a3183..57b9f86 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,9 +1,4 @@
# vim:ft=gentoo-make-conf
-USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev"
-USE="$USE ncurses readline"
-USE="$USE curl"
-USE="$USE zsh-completion"
-
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
@@ -14,5 +9,18 @@ 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="ruby25"
+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"