commit: 9c45856f54eeefe602994831c2aee8f0f6be9d5b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 14:31:38 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 14:32:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c45856f
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 <AT> gentoo.org>
sys-apps/cpu-x/cpu-x-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
b/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
index c9667e5cef8d..bd0d6634e5c3 100644
--- a/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
+++ b/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
@@ -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 )