diff options
Diffstat (limited to 'hosts/iroha/gentoo/repos.conf')
| -rw-r--r-- | hosts/iroha/gentoo/repos.conf/eselect-repo.conf | 5 | ||||
| -rw-r--r--[l---------] | hosts/iroha/gentoo/repos.conf/gentoo.conf | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/hosts/iroha/gentoo/repos.conf/eselect-repo.conf b/hosts/iroha/gentoo/repos.conf/eselect-repo.conf index bcfb263..06bbe13 100644 --- a/hosts/iroha/gentoo/repos.conf/eselect-repo.conf +++ b/hosts/iroha/gentoo/repos.conf/eselect-repo.conf @@ -18,3 +18,8 @@ location = /var/db/repos/localrepo location = /var/db/repos/tatsh-overlay sync-type = git sync-uri = https://github.com/Tatsh/tatsh-overlay.git + +[gentoo] +location = /var/db/repos/gentoo +sync-type = git +sync-uri = https://github.com/gentoo-mirror/gentoo diff --git a/hosts/iroha/gentoo/repos.conf/gentoo.conf b/hosts/iroha/gentoo/repos.conf/gentoo.conf index c5fa1f0..94c6905 120000..100644 --- a/hosts/iroha/gentoo/repos.conf/gentoo.conf +++ b/hosts/iroha/gentoo/repos.conf/gentoo.conf @@ -1 +1,3 @@ -/usr/share/portage/config/repos.conf
\ No newline at end of file +[DEFAULT] +main-repo = gentoo + |