You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There could be option like --no-use, which would have inversed effect comparing to --use, i.e. select packages, that don't have mentioned flag.
As for use case (I just have it), it could be used with --installed-with-use to find installed packages that dropped some obsoleted use flag. E.g. I could use it to find those, which droped python2_7 support.
For now I had to do it with diff:
There could be option like --no-use, which would have inversed effect comparing to --use, i.e. select packages, that don't have mentioned flag.
As for use case (I just have it), it could be used with --installed-with-use to find installed packages that dropped some obsoleted use flag. E.g. I could use it to find those, which droped python2_7 support.
For now I had to do it with diff:
but that's not as convenient as if packages were listed by eix.
The text was updated successfully, but these errors were encountered: