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

ACCEPT_KEYWORDS="~amd64"