From 9c45856f54eeefe602994831c2aee8f0f6be9d5b Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 29 Sep 2022 09:31:38 -0500 Subject: [PATCH] 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 --- 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 c9667e5cef8d9..bd0d6634e5c3c 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 )