Hi,

On Thu, 17 Sep 2015 21:15:38 -0600 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"

1. PORTDIR_OVERLAY
2. It is no longer used, overlays should be declared at repos.conf
these days.
 
> 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

You are missing local overlay description. Add to gentoo.conf
something like this:

[local]
priority = 100
location = /usr/local/portage

Best regards,
Andrew Savchenko

Attachment: pgpa7G4JRbOCP.pgp
Description: PGP signature

Reply via email to