diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:27:58 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-01 21:27:58 +0300 |
commit | f46315f3d1f3c610a1c79c7219a0492d858952e4 (patch) | |
tree | d2c9e3da49fb23da39f64408af75d5f0af79cd12 | |
parent | dev-qt/qtconnectivity: Stabilize 6.6.3 amd64, #928382 (diff) | |
download | gentoo-f46315f3d1f3c610a1c79c7219a0492d858952e4.tar.gz gentoo-f46315f3d1f3c610a1c79c7219a0492d858952e4.tar.bz2 gentoo-f46315f3d1f3c610a1c79c7219a0492d858952e4.zip |
dev-qt/qtwebsockets: Stabilize 6.6.3 amd64, #928382
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.6.3.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.6.3.ebuild index d777dc35a11b..67cacb5873ed 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.6.3.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.6.3.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 ~loong ~ppc ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~x86" fi IUSE="qml +ssl" |