commit:     810aee40b6f2aeac54a80dec6f5dfbf8d435b60c
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 06:21:26 2017 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 06:22:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=810aee40

bootstrap-prefix.sh: remove the definition of [gentoo] in repos.conf

  It is now handled correctly by the default repos.conf of portage.

 scripts/bootstrap-prefix.sh | 6 ------
 1 file changed, 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

Reply via email to