sys-apps/cpu-x: raise libcpuid version requirement

This is still older than what we have in ::gentoo now but upstream says
older than 0.5.0 is explicitly unsupported/broken.

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2022-09-29 09:31:38 -05:00
parent 39a29e7134
commit 9c45856f54

View File

@@ -24,7 +24,7 @@ COMMON_DEPEND="
force-libstatgrab? ( sys-libs/libstatgrab )
!force-libstatgrab? ( sys-process/procps:= )
gui? ( >=x11-libs/gtk+-3.12:3 )
cpu? ( >=dev-libs/libcpuid-0.3.0:= )
cpu? ( >=dev-libs/libcpuid-0.5.0:= )
gpu? ( >=media-libs/glfw-3.3
media-libs/libglvnd )
pci? ( sys-apps/pciutils )