blob: 6be0b29417bcb6e662871a57f8ec955c1433edf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#######################################################
# Support for multiple mirrors is somewhat incomplete #
# Uncomment only one mirror from the list bellow #
#######################################################
# Princeton University (USA) mirror
# PORTAGE_BINHOST="http://mirror.math.princeton.edu/pub/redcorelinux/packages/"
# Alpix.eu (Germany) mirror
PORTAGE_BINHOST="http://mirror.alpix.eu/redcorelinux/packages/"
# Yandex.ru (Russia) mirror
# PORTAGE_BINHOST="http://mirror.yandex.ru/mirrors/redcorelinux/packages/"
|