summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
blob: f1553ee80c96c2f65a585829609a08dbb3df51bd (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="ruby23 ruby24"
PYTHON_TARGETS="python2_7 python3_5 python3_6"