ia64 ~ # equery u webmin [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for app-admin/webmin-1.610: U I - - ldap : Adds LDAP support (Lightweight Directory Access Protocol) - - minimal : Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features) - - mysql : Adds mySQL Database support - - postgres : Adds support for the postgresql database + + ssl : Adds support for Secure Socket Layer connections + + ssl : Adds support for Secure Socket Layer connections there is no trace of ssl in its metadata.xml, so I guess it is a bug of equery. [I] app-portage/gentoolkit Available versions: 0.3.0.6-r3 0.3.0.7 **9999 Installed versions: 0.3.0.7(19:38:52 12/19/12) Homepage: http://www.gentoo.org/proj/en/portage/tools/index.xml Description: Collection of administration scripts for Gentoo
ok, I've traced it back to portage's aux_get() again. I already had code to eliminate dupes which it can return, but since ssl is defaulted on +ssl it fails to filter the ssl dupe. I had just been using a python set to eliminate the dupes. Looks like I'll have to do a little more filtering :/
ok, fixed in commit: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=9dc72ec11c464f1fad4ddca0608a0593be23b9b5 now to fix it in porthole too, after all that is where I got the code for equery from.
Released in gentoolkit-0.3.0.8