Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpu-x/
Date: Thu, 29 Sep 2022 14:32:52
Message-Id: 1664461962.9c45856f54eeefe602994831c2aee8f0f6be9d5b.bkohler@gentoo
1 commit: 9c45856f54eeefe602994831c2aee8f0f6be9d5b
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 14:31:38 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 14:32:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c45856f
7
8 sys-apps/cpu-x: raise libcpuid version requirement
9
10 This is still older than what we have in ::gentoo now but upstream says
11 older than 0.5.0 is explicitly unsupported/broken.
12
13 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
14
15 sys-apps/cpu-x/cpu-x-4.4.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-apps/cpu-x/cpu-x-4.4.0.ebuild b/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
19 index c9667e5cef8d..bd0d6634e5c3 100644
20 --- a/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
21 +++ b/sys-apps/cpu-x/cpu-x-4.4.0.ebuild
22 @@ -24,7 +24,7 @@ COMMON_DEPEND="
23 force-libstatgrab? ( sys-libs/libstatgrab )
24 !force-libstatgrab? ( sys-process/procps:= )
25 gui? ( >=x11-libs/gtk+-3.12:3 )
26 - cpu? ( >=dev-libs/libcpuid-0.3.0:= )
27 + cpu? ( >=dev-libs/libcpuid-0.5.0:= )
28 gpu? ( >=media-libs/glfw-3.3
29 media-libs/libglvnd )
30 pci? ( sys-apps/pciutils )