#Make `emerge --search [package]` show overlay
1 messages · Page 1 of 1 (latest)
or you use eix
I'm too lazy so uh here's a screenshot
need to run eix-remote update first
emerge --search is kinda slow
I used it for a while but just switch to eix
it keeps a cache of all packages and is very fast
it also includes overlays you don't have yet
which may be useful
Is this a technical limitation? Or it there simply is no code that does this atm?
there is simply no code
Thanks!
you can also do it with find or locate
search /var/db/repos for the package and the overlay name will be part of the resulting path
like locate /var/db/repos/*/gcc gives me
/var/db/repos/crossdev/cross-i686-w64-mingw32/gcc
/var/db/repos/crossdev/cross-x86_64-w64-mingw32/gcc
/var/db/repos/gentoo/sys-devel/gcc
but it also shows results from profiles inside the gentoo repo. so yeah might wanna tweak it a little
find
find /var/db/repos -iname 'gcc*.ebuild'
Maybe it’s not as fast as mlocate but on an ssd it will complete faster than you can figure out how to reduce the mlocate output
very nice
way faster than emerge --search
anything is faster than emerge --search lol
and eix is the same thing but 10x faster and with more features
it can also replace zugaina
so you dont have to open a website to see which overlay has a certain ebuild
if you dont have it installed yet
#1107746103304142990 message
yeah i always use eix but i wanted to give a non-eix solution for sake of completion
thats fair
look at my screenshot
alr
you need to run eix-remote update first
