diff options
author | 2022-09-29 09:31:38 -0500 | |
---|---|---|
committer | 2022-09-29 09:32:42 -0500 | |
commit | 9c45856f54eeefe602994831c2aee8f0f6be9d5b (patch) | |
tree | 5b846f814ab9991b441486c4a1ff584637e5697d /sys-apps/cpu-x | |
parent | sys-apps/cpu-x: only disable gsettings when USE=gui (diff) | |
download | gentoo-9c45856f54eeefe602994831c2aee8f0f6be9d5b.tar.gz gentoo-9c45856f54eeefe602994831c2aee8f0f6be9d5b.tar.bz2 gentoo-9c45856f54eeefe602994831c2aee8f0f6be9d5b.zip |
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>
Diffstat (limited to 'sys-apps/cpu-x')
-rw-r--r-- | sys-apps/cpu-x/cpu-x-4.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |