summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-08-24 15:21:26 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-08-24 15:22:36 +0900
commit810aee40b6f2aeac54a80dec6f5dfbf8d435b60c (patch)
tree0b137a2b263fb58c07eced60af4bd605a89c5860 /scripts
parentscripts/bootstrap-prefix: bump tree and portage snapshot (diff)
downloadprefix-810aee40b6f2aeac54a80dec6f5dfbf8d435b60c.tar.gz
prefix-810aee40b6f2aeac54a80dec6f5dfbf8d435b60c.tar.bz2
prefix-810aee40b6f2aeac54a80dec6f5dfbf8d435b60c.zip
bootstrap-prefix.sh: remove the definition of [gentoo] in repos.conf
It is now handled correctly by the default repos.conf of portage.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap-prefix.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 185ddcae77..e61fc9feef 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -320,14 +320,8 @@ bootstrap_setup() {
if is-rap && [[ ! -f ${ROOT}/etc/portage/repos.conf ]] ; then
cat >"${ROOT}"/etc/portage/repos.conf <<-EOF
[DEFAULT]
- main-repo = gentoo
eclass-overrides = rap
- [gentoo]
- location = ${ROOT}/usr/portage
- sync-type = rsync
- sync-uri = rsync://rsync.gentoo.org/gentoo-portage
-
[rap]
location = ${ROOT}/usr/portage-stage
sync-type = git