diff options
author | 2024-07-08 14:14:55 +0300 | |
---|---|---|
committer | 2024-07-08 14:14:55 +0300 | |
commit | b3cb6d7b65b29039719451e91098a140e529b4e4 (patch) | |
tree | 31b444ea200f28658a9a724445a11f69b9977d98 /dev-qt/qtwayland | |
parent | dev-qt/qtvirtualkeyboard: Stabilize 6.7.2 x86, #935728 (diff) | |
download | gentoo-b3cb6d7b65b29039719451e91098a140e529b4e4.tar.gz gentoo-b3cb6d7b65b29039719451e91098a140e529b4e4.tar.bz2 gentoo-b3cb6d7b65b29039719451e91098a140e529b4e4.zip |
dev-qt/qtwayland: Stabilize 6.7.2 x86, #935728
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-6.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwayland/qtwayland-6.7.2.ebuild b/dev-qt/qtwayland/qtwayland-6.7.2.ebuild index 2608f7f1ff32..1a8bbe39020d 100644 --- a/dev-qt/qtwayland/qtwayland-6.7.2.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.7.2.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 ~sparc ~x86" + KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" fi IUSE="accessibility compositor qml vulkan" |