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

CFLAGS="-O2 -pipe -ggdb -fuse-ld=gold"
CXXFLAGS="${CFLAGS}"
FEATURES="nostrip"

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"