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: Fri, 19 Aug 2022 19:07:59
Message-Id: 1660936070.96f2fbd73539bc405a46a5be856310fd5a420f0b.bkohler@gentoo
1 commit: 96f2fbd73539bc405a46a5be856310fd5a420f0b
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 19 19:06:54 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 19 19:07:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f2fbd7
7
8 sys-apps/cpu-x: adjust src_configure for prior USE changes
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 sys-apps/cpu-x/cpu-x-4.3.1.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild b/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
16 index 61d96cc1ce04..e1f02ebb7d26 100644
17 --- a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
18 +++ b/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
19 @@ -54,13 +54,11 @@ src_configure() {
20 local mycmakeargs=(
21 -DFORCE_LIBSTATGRAB=$(usex force-libstatgrab)
22 -DGSETTINGS_COMPILE=OFF
23 - -DWITH_BANDWIDTH=$(usex bandwidth)
24 - -DWITH_DMIDECODE=$(usex dmidecode)
25 -DWITH_GETTEXT=$(usex nls)
26 - -DWITH_GTK=$(usex gtk)
27 - -DWITH_LIBCPUID=$(usex libcpuid)
28 - -DWITH_LIBGLFW=$(usex libglfw)
29 - -DWITH_LIBPCI=$(usex libpci)
30 + -DWITH_GTK=$(usex gui)
31 + -DWITH_LIBCPUID=$(usex cpu)
32 + -DWITH_LIBGLFW=$(usex gpu)
33 + -DWITH_LIBPCI=$(usex pci)
34 -DWITH_LIBSTATGRAB=OFF
35 -DWITH_NCURSES=$(usex ncurses)
36 -DWITH_OPENCL=$(usex opencl)