Here's what I've got:
Code:
maildir sasl -X -qt mysql apache2 imap -gpm -cups
I almost always use the --verbose argument when running emerge. It will display all the USE flags (and their values) for every package you specify. It looks like this:
Code:
root@linode root # emerge -vp apache
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] net-www/apache-2.0.49-r1 +berkdb -doc +gdbm -ipv6 -ldap -threads 0 kB
Total size of downloads: 0 kB
If you have gentoolkit installed, you can then do this
Code:
root@linode root # equery uses =net-www/apache-2.0.49-r1
[ Colour Code : set unset ]
[ Legend : (U) Col 1 - Current USE flags ]
[ : (I) Col 2 - Installed With USE flags ]
U I [ Found these USE variables in : net-www/apache-2.0.49-r1 ]
+ + berkdb : Adds support for sys-libs/db (Berkeley DB for MySQL)
+ + gdbm : Adds support for sys-libs/gdbm (GNU database libraries)
- - ldap : Adds LDAP support (Lightweight Directory Access Protocol)
- - threads : Enable thread support
- - ipv6 : Adds support for IP version 6
- - doc : Adds extra documentation (API, Javadoc, etc)
If you need more info than equery provides, check out
Gentoo Forums. You'll find everything there. Hope this helps.