On 13/02/15 22:16, Andrew Savchenko wrote:
On Fri, 13 Feb 2015 20:29:07 +0200 Nikos Chantziaras wrote:
I migrated my portage config to the new repos.conf system. I now have a
file /etc/portage/repos.conf/local.conf:
[Local]
location = /usr/local/portage
auto-sync = no
And removed the path from make.conf.
However, now layman overlays override my local repo. If I copy an ebuild
to /usr/local/portage (for modifications) and try to emerge it, it is
not emerged. Instead, the ebuild from the other overlay is emerged.
How do I make my local overlay have the highest priority so that it
overrides *everything*?
Try to add
priority = 100
to local.conf
Thanks! That works. To be sure, I used 99999999.
On a side note, someone should inform the portage devs that higher
priorities should equal lower numbers. Don't do it the opposite way to
the rest of the world, please :-P