commit: 093e2b0924f8818951a27eeabbbd81e0b7174092
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 22:02:00 2022 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 22:19:51 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=093e2b09
dev-qt/qtwebsockets: add version 6.3.9999
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild | 18 ++++++++++++++++++
profiles/package.mask | 1 +
2 files changed, 19 insertions(+)
diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
new file mode 100644
index 00000000..ae1b5fa1
--- /dev/null
+++ b/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+DEPEND="
+ =dev-qt/qtbase-${PV}*
+ =dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"
diff --git a/profiles/package.mask b/profiles/package.mask
index a0174991..1bd07eaf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -16,3 +16,4 @@
=dev-qt/qttools-6*
=dev-qt/qtwebchannel-6*
=dev-qt/qtwebengine-6*
+=dev-qt/qtwebsockets-6*