diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:58:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-04 20:58:17 +0300 |
commit | 516e51ae55ce792b6c53a46f3876ea6fd9a0c421 (patch) | |
tree | 4206279a188b7fa52130fecb673dc5c50c12d944 /dev-qt/qtwebsockets | |
parent | dev-qt/qtwebchannel: Stabilize 5.15.5 arm, #853232 (diff) | |
download | gentoo-516e51ae55ce792b6c53a46f3876ea6fd9a0c421.tar.gz gentoo-516e51ae55ce792b6c53a46f3876ea6fd9a0c421.tar.bz2 gentoo-516e51ae55ce792b6c53a46f3876ea6fd9a0c421.zip |
dev-qt/qtwebsockets: Stabilize 5.15.5 arm, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild index 365ec6079c4a..e064f13d0816 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.5.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86" fi IUSE="qml +ssl" |