Summary: | app-portage/gentoolkit : `equery u webmin` returns 'ssl' two times | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Portage Tools Team <tools-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esigra |
Priority: | Normal | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 346443 |
Description
Agostino Sarubbo
![]() 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 |