psutil

  1. C

    Solved Correct way of handling python flavors in port dependencies?

    I'm struggling to understand what the "correct" way for handling python flavors is. I'm attempting to port some software that depends on py-qt5; on amd64, there's a binary packages for py37-qt5 only at the moment. So, I figured I'll make my port USE=python:3.7. However, I hit a snag when I...
Back
Top