From 719dc9f61f0458e492eef08138faadd50b9cbb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 24 May 2019 13:25:40 +0200 Subject: prfiles: try to move some uses to profiles from system --- profiles/base/make.defaults | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'profiles/base/make.defaults') 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" -- cgit v1.2.3