Tagged Questions
1
vote
3answers
86 views
Present USE flags upon emerging a package in gentoo
I was wondering if there are any tools to present the compile time options/ flags of a package in Gentoo when emerging. I am referring to something like this
4
votes
2answers
1k views
On Gentoo, how do I rebuild all packages depended on some other package?
I made mistake and changed perl non-threaded version to threaded by unmerge first, change USE flags to include ithreads and emerge perl again. Now most packages depending on perl are broken. How do I ...