diff options
author | Sam James <sam@gentoo.org> | 2024-12-27 11:57:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-27 11:59:58 +0000 |
commit | bb0845ab4a94e65bc19cf5790e3fbaf087fa72bc (patch) | |
tree | 71a2c278339d85c45d4d7bcbbaf60bfb03034ee8 /dev-qt | |
parent | dev-qt/qtvirtualkeyboard: Stabilize 6.8.1 arm, #946705 (diff) | |
download | gentoo-bb0845ab4a94e65bc19cf5790e3fbaf087fa72bc.tar.gz gentoo-bb0845ab4a94e65bc19cf5790e3fbaf087fa72bc.tar.bz2 gentoo-bb0845ab4a94e65bc19cf5790e3fbaf087fa72bc.zip |
dev-qt/qtwayland: Stabilize 6.8.1 arm, #946705
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-6.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwayland/qtwayland-6.8.1.ebuild b/dev-qt/qtwayland/qtwayland-6.8.1.ebuild index 046cb2115dda..7907a002b068 100644 --- a/dev-qt/qtwayland/qtwayland-6.8.1.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.8.1.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Wayland platform plugin for Qt" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" fi IUSE="accessibility compositor gnome qml vulkan" |