aboutsummaryrefslogtreecommitdiff
blob: 4945e14689a4f3f782768dd2bb759e78c6b7a63a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# You can use a custom directory here if you want a seperate copy of the 
# tree for running packages2
CHOST="CHANGEME"
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: