diff options
author | Sam James <sam@gentoo.org> | 2024-12-27 11:57:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-27 12:00:09 +0000 |
commit | ac0a18aad0b7ebab02c15ea2981115d5616e08db (patch) | |
tree | 94dd4b6acc3e3bdc1232b56c5167143018c4219b /dev-qt/qtwayland | |
parent | dev-qt/qttranslations: Stabilize 6.8.1 ppc, #946705 (diff) | |
download | gentoo-ac0a18aad0b7ebab02c15ea2981115d5616e08db.tar.gz gentoo-ac0a18aad0b7ebab02c15ea2981115d5616e08db.tar.bz2 gentoo-ac0a18aad0b7ebab02c15ea2981115d5616e08db.zip |
dev-qt/qtwayland: Stabilize 6.8.1 ppc, #946705
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwayland')
-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 7907a002b068..7354b8e1d011 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" |