Сравнение cpu-x-4.5.2 с cpu-x-4.5.3
/usr/portage/sys-apps/cpu-x/cpu-x-4.5.3.ebuild 2023-10-09 14:52:35.352368498 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
13 | 13 |
LICENSE="GPL-3" |
14 | 14 |
SLOT="0" |
15 | 15 |
KEYWORDS="-* ~amd64" |
16 |
IUSE="+cpu force-libstatgrab +gpu +gui +ncurses +nls opencl +pci test" |
|
16 |
IUSE="+cpu force-libstatgrab +gpu gui +ncurses +nls opencl +pci test vulkan" |
|
17 | 17 |
RESTRICT="!test? ( test )" |
18 | 18 | |
19 | 19 |
COMMON_DEPEND=" |
... | ... | |
30 | 30 |
pci? ( sys-apps/pciutils ) |
31 | 31 |
ncurses? ( sys-libs/ncurses:=[tinfo] ) |
32 | 32 |
opencl? ( virtual/opencl ) |
33 |
vulkan? ( media-libs/vulkan-loader ) |
|
33 | 34 |
" |
34 | 35 | |
35 | 36 |
DEPEND=" |
... | ... | |
61 | 62 |
-DWITH_LIBSTATGRAB=OFF |
62 | 63 |
-DWITH_NCURSES=$(usex ncurses) |
63 | 64 |
-DWITH_OPENCL=$(usex opencl) |
65 |
-DWITH_VULKAN=$(usex vulkan) |
|
64 | 66 |
) |
65 | 67 |
use gui && mycmakeargs+=( -DGSETTINGS_COMPILE=OFF ) |
66 | 68 |