commit: 39446364fe1d89b16dc283cac1380a8f3ad5e0b6
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 12:40:31 2022 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 12:40:31 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=39446364
dev-qt/qtwebsockets: add version 6.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.9999.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild
new file mode 100644
index 00000000..ae1b5fa1
--- /dev/null
+++ b/dev-qt/qtwebsockets/qtwebsockets-6.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}"