*: drop obsolete gentoo repo reference

Instead of patching portage to support the `disabled` flag now we just
patch it to leave the `[gentoo]` section out of the default repos.conf.

Follow up to 585275b268
This commit is contained in:
Michael Marineau 2016-05-08 19:24:03 -07:00
parent 20541226bf
commit 632d578b56
3 changed files with 0 additions and 9 deletions

View File

@ -86,9 +86,6 @@ cat <<EOF
[DEFAULT]
main-repo = portage-stable
[gentoo]
disabled = true
[coreos]
location = /usr/portage

View File

@ -33,9 +33,6 @@ sudo_clobber "$1/etc/portage/repos.conf/coreos.conf" <<EOF
[DEFAULT]
main-repo = portage-stable
[gentoo]
disabled = true
[coreos]
location = /var/lib/portage/coreos-overlay
sync-type = git

View File

@ -99,9 +99,6 @@ sudo_clobber "/etc/portage/repos.conf/coreos.conf" <<EOF
[DEFAULT]
main-repo = portage-stable
[gentoo]
disabled = true
[coreos]
location = ${COREOS_OVERLAY}