aboutsummaryrefslogtreecommitdiff
blob: 64aa393c6f1185918c7fa7df331fc9e56f13aa18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# You can use a custom directory here if you want a seperate copy of the 
# tree for running packages2
PORTDIR=/usr/portage
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
# You probably shouldn't change this
RSYNC_OPTS='-rlqptzW --safe-links --force --delete --delete-after --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*'

# Do NOT change these
ACCEPT_KEYWORDS=""
ARCH="x86"
FEATURES="-metadata-transfer"

# vim:ft=filetype=gentoo-make-conf: