diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-08 14:15:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-08 14:15:14 +0300 |
commit | 72f126f035653b1287fd2e6aa87e7ae523035b22 (patch) | |
tree | 03dafd7fb8613f094bbfdc360d2c17f8583f24ad /dev-qt | |
parent | dev-qt/qtwebengine: Stabilize 6.7.2 arm64, #935728 (diff) | |
download | gentoo-72f126f035653b1287fd2e6aa87e7ae523035b22.tar.gz gentoo-72f126f035653b1287fd2e6aa87e7ae523035b22.tar.bz2 gentoo-72f126f035653b1287fd2e6aa87e7ae523035b22.zip |
dev-qt/qtwebsockets: Stabilize 6.7.2 arm64, #935728
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-6.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.7.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.7.2.ebuild index 13892180ad2b..09ba6b7171a0 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.7.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.7.2.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86" + KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86" fi IUSE="qml +ssl" |