/etc/portage/binrepos.conf

From Gentoo Wiki
< /etc‎ | portage
Jump to:navigation Jump to:search
This article is a stub. Please help out by expanding it - how to get started.

/etc/portage/binrepos.conf specifies the location and settings for binary package repositories configured with Portage.

Note
See the /etc/portage/binrepos.conf section in man 5 portage for detailed information about the format and parameters of binrepos.conf

Manage repositories

Currently adding a binary package repository can only be done by hand, an example binrepos.conf config looks like the following:

FILE /etc/portage/binrepos.conf/gentoobinhost.confUK Mirror Example, amd64
[binhost]
priority = 9999
sync-uri = https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/

List repositories

Binary package repositories can be seen by running

root #emerge --info

See also