commit:     96f2fbd73539bc405a46a5be856310fd5a420f0b
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 19:06:54 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 19:07:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f2fbd7

sys-apps/cpu-x: adjust src_configure for prior USE changes

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-apps/cpu-x/cpu-x-4.3.1.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild 
b/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
index 61d96cc1ce04..e1f02ebb7d26 100644
--- a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
+++ b/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
@@ -54,13 +54,11 @@ src_configure() {
        local mycmakeargs=(
                -DFORCE_LIBSTATGRAB=$(usex force-libstatgrab)
                -DGSETTINGS_COMPILE=OFF
-               -DWITH_BANDWIDTH=$(usex bandwidth)
-               -DWITH_DMIDECODE=$(usex dmidecode)
                -DWITH_GETTEXT=$(usex nls)
-               -DWITH_GTK=$(usex gtk)
-               -DWITH_LIBCPUID=$(usex libcpuid)
-               -DWITH_LIBGLFW=$(usex libglfw)
-               -DWITH_LIBPCI=$(usex libpci)
+               -DWITH_GTK=$(usex gui)
+               -DWITH_LIBCPUID=$(usex cpu)
+               -DWITH_LIBGLFW=$(usex gpu)
+               -DWITH_LIBPCI=$(usex pci)
                -DWITH_LIBSTATGRAB=OFF
                -DWITH_NCURSES=$(usex ncurses)
                -DWITH_OPENCL=$(usex opencl)

Reply via email to