List of Installed Packages with USE flags
Disclaimer:
The information in this site is the result of my researches on the Internet and of my experiences. This information below is solely used for my purpose and may not be suitable for others.
List of Installed Packages with USE flags:
The command to view the list of installed packages with used or unused USE flags are the following:# emerge -pve world
To view a particular package is to run grep:# emerge -pve world | grep -i rxvt-unicode
That's all!
-gibb