Am Di, Jan 20, 2026 am 09:23:08 -0500 schrieb D. Ben Knoble:
I've tried most of the mechanisms listed in https://wiki.gentoo.org/wiki/Package_sets#Listing:emerge -pqeO @world | grep ascii equery list @world | grep ascii pquery --pkgset world | grep ascii None of these finds app-text/asciidoc, which I know have installed ("e-file asciidoc" finds it and lists it installed, and I use a live ebuild of Git, which requires it for building documentation). Now, it _might_ only be installed as a BDEPEND, but I also have i3status installed, and asciidoc is a DEPEND for that package, so I don't think that's the issue. Any ideas?
I think @world only lists wanted packages, either by the user (@selected), by gentoo devs (@system) or by the profile (@profile). If you want installed packages, maybe try listing @installed?
Hoël

