On Tue, Jan 20, 2026 at 10:34 AM Hoël Bézier <[email protected]> wrote: > > 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
That seems to contradict the wiki: > That is to say the @world set includes all packages installed on the system: > those defined by the system administrator and those defined by the Gentoo > development team. -- D. Ben Knoble

