dev-qt/qtlanguageserver: sync live keywords

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-10-07 02:12:15 -04:00
parent 2511af5554
commit da211ac487
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ inherit qt6-build
DESCRIPTION="Implementation of the Language Server Protocol for Qt"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
fi
RDEPEND="~dev-qt/qtbase-${PV}:6"

View File

@ -9,7 +9,7 @@ inherit qt6-build
DESCRIPTION="Implementation of the Language Server Protocol for Qt"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
fi
RDEPEND="~dev-qt/qtbase-${PV}:6"