Hi, > I see in that list that polkit has the gtk USE flag. That could be some > of the problem. What I usually do, I add the -t option and it lists the > packages in a way that shows what is pulling in what. Sometimes, the > only way to make sense of the portage output is to see how portage got > to the output it gives. If I recall correctly, I think it lists them > backwards. It should tell you if it does. It's been a while since I've > had to do that.
What helped me alot to start out with portage/emerge is a line like: `EMERGE_DEFAULT_OPTS="--ask --ask-enter-invalid --keep-going --verbose --tree --jobs 10 --quiet-build --buildpkg --usepkg` You shouldn't be copying this line blindly into your `/etc/portage/make.conf` but see if you like to have some of these options always enabled when you call emerge and add them to your config. ;) Especially quiet-build lets you keep track of what portage is actually doing right now. Cheers, Andrej