diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-15 17:19:06 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-15 17:19:06 +0000 |
commit | 605046267cd2110819584e9c9d63baa8a4cb753e (patch) | |
tree | a6380f65580924541e11a497faf72126b84b3075 /dev-qt | |
parent | dev-qt/qtwebengine: Stabilize 6.5.3 amd64, #915549 (diff) | |
download | gentoo-605046267cd2110819584e9c9d63baa8a4cb753e.tar.gz gentoo-605046267cd2110819584e9c9d63baa8a4cb753e.tar.bz2 gentoo-605046267cd2110819584e9c9d63baa8a4cb753e.zip |
dev-qt/qtwebsockets: Stabilize 6.5.3 amd64, #915549
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-6.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.5.3.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.5.3.ebuild index bbcaeda665e8..60d75487bb62 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.5.3.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.5.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" + KEYWORDS="amd64" fi IUSE="qml" |