Diff qtremoteobjects-6.11.1 with a qtremoteobjects-6.11.9999

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

  
4 4
EAPI=8
......
8 8
DESCRIPTION="Inter-Process Communication (IPC) library for the Qt6 framework"
9 9

  
10 10
if [[ ${QT6_BUILD_TYPE} == release ]]; then
11
	KEYWORDS="amd64 ~loong"
11
	KEYWORDS="~amd64 ~loong"
12 12
fi
13 13

  
14 14
IUSE="qml"
Thank you!