summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
blob: ade21cac69eb96e0141aef9a9c5e58bceed18bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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"

GENTOO_MIRRORS="rsync://mirror.dkm.cz/gentoo/ rsync://ftp6.linux.cz/pub/linux/gentoo/"
EMERGE_DEFAULT_OPTS="--autounmask-write n"

RUBY_TARGETS="ruby22 ruby23 ruby24"
PYTHON_TARGETS="python2_7 python3_5 python3_6"