On Thu, 16 Apr 2020 at 13:14, Caveman Al Toraboran <[email protected]> wrote: > > hi - any way to display which repository a package > is being installed/updated from when emerging > something? > > (extra question to keep you isolated a lil longer: > some one laughed at my `-aqvDuUNt` but didn't tell > me why. is there anything stupid about it?)
It shows the repository for me when I use my command. I assume you would get the same if you removed -q (quiet) from your command, which might override or interfere with your -v (verbose). Another thing people might react to, are your use of both -U and -N, which are two different approaches to updating packages with changes in their USE state. Regards, Arve

