diff options
| author | 2026-05-19 22:23:40 -0400 | |
|---|---|---|
| committer | 2026-05-19 22:23:40 -0400 | |
| commit | 33567739337783e67167a43557c434accb6fe3a0 (patch) | |
| tree | 2db5300d10d8d0b5c1fc52622919b5b4ce43e4b6 /hosts/iroha/gentoo/repos.conf | |
| parent | 0848d6c89defb95966deeecd1c61352deccbeaec (diff) | |
| download | dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.gz dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.bz2 dotfiles-33567739337783e67167a43557c434accb6fe3a0.zip | |
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 + |