repos.conf (561B)
1 [DEFAULT] 2 main-repo = gentoo 3 4 [gentoo] 5 location = /usr/portage/gentoo 6 sync-type = git 7 sync-uri = https://anongit.gentoo.org/git/repo/sync/gentoo.git 8 9 [rnpnr] 10 location = /usr/portage/rnpnr 11 priority = 1000 12 13 [haskell] 14 location = /usr/portage/haskell 15 sync-type = git 16 sync-uri = https://github.com/gentoo-haskell/gentoo-haskell.git 17 priority = 999 18 19 [guru] 20 location = /usr/portage/guru 21 sync-type = git 22 sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git 23 priority = 10 24 25 [crossdev] 26 location = /usr/portage/crossdev 27 priority = 10 28 masters = gentoo 29 auto-sync = no