Diff qttools-6.10.2 with a qttools-6.9999

/usr/portage/dev-qt/qttools/qttools-6.9999.ebuild 2025-12-11 18:18:04.478443264 +0300
1
# Copyright 2021-2026 Gentoo Authors
1
# Copyright 2021-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
16 16
DESCRIPTION="Qt Tools Collection"
17 17

  
18 18
if [[ ${QT6_BUILD_TYPE} == release ]]; then
19
	KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv x86"
19
	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
20 20
fi
21 21

  
22 22
IUSE="
23
	+assistant designer distancefieldgenerator gles2-only +linguist
24
	opengl pixeltool +qdbus qdoc qml qmlls qtattributionsscanner qtdiag
25
	qtplugininfo vulkan +widgets zstd
23
	+assistant designer distancefieldgenerator gles2-only kmap2qmap
24
	+linguist opengl pixeltool +qdbus qdoc qml qmlls
25
	qtattributionsscanner qtdiag qtplugininfo vulkan +widgets zstd
26 26
"
27 27
# note that some tools do not *require* widgets but will skip a sub-tool
28 28
# if not enabled (e.g. linguist gives lrelease but not the GUI linguist6)
......
46 46
		zstd? ( app-arch/zstd:= )
47 47
		!<dev-qt/designer-5.15.18-r1:5
48 48
	)
49
	kmap2qmap? ( ~dev-qt/qtbase-${PV}:6[evdev] )
49 50
	linguist? (
50 51
		widgets? ( !dev-qt/linguist:5 )
51 52
	)
......
90 91
		$(qt_feature assistant)
91 92
		$(qt_feature designer)
92 93
		$(qt_feature distancefieldgenerator)
94
		$(qt_feature kmap2qmap)
93 95
		$(qt_feature linguist)
94 96
		$(qt_feature pixeltool)
95 97
		$(qt_feature qdbus)
Thank you!