On 18/09/15 06:15, the...@sys-concept.com wrote:
I'm trying to emerge one of my local ebuild and portage can not find it.
What am I missing?
emerge -avq nxclient
emerge: there are no ebuilds to satisfy "nxclient".
My settings:
make.conf.
...
PORTDRI_OVERLAY="/usr/local/portage"
cat /etc/portage/repos.conf/gentoo.conf
[DEFAULT]
main-repo = gentoo
[gentoo]
location = /usr/portage
sync-type = rsync
sync-uri = rsync://192.168.139.7/gentoo-portage
Remove the PORTDIR_OVERLAY entry from make.conf. Then, create a new file
in /etc/portage/repos.conf/, for example "local.conf", with these contents:
[Local]
priority = 99999999
location = /usr/local/portage
auto-sync = no
The high value for priority is just to make sure that your local ebuilds
override any other ebuilds of the same name that exist elsewhere.