From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B147C158015 for ; Sun, 17 Dec 2023 20:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E830E2BC028; Sun, 17 Dec 2023 20:06:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D209D2BC028 for ; Sun, 17 Dec 2023 20:06:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 250FD33CEF2 for ; Sun, 17 Dec 2023 20:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD1D2B85 for ; Sun, 17 Dec 2023 20:06:54 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1702843596.1d6ce30bddb0f0282c6172faadf5ae67dae448e6.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebsockets/qtwebsockets-6.6.9999.ebuild dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild X-VCS-Directories: dev-qt/qtwebsockets/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1d6ce30bddb0f0282c6172faadf5ae67dae448e6 X-VCS-Branch: master Date: Sun, 17 Dec 2023 20:06:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1e32304-ba58-47bf-b7db-7c900c02efdc X-Archives-Hash: e097f4a3cb7813f4ba34b71d930eee34 commit: 1d6ce30bddb0f0282c6172faadf5ae67dae448e6 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Dec 17 19:30:53 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Dec 17 20:06:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6ce30b dev-qt/qtwebsockets: make ssl optional in live Matches Qt5, seem to have went overlooked. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwebsockets/qtwebsockets-6.6.9999.ebuild | 4 ++-- dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild | 4 ++-- dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.6.9999.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.6.9999.ebuild index bbcaeda665e8..27ea084d2377 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.6.9999.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.6.9999.ebuild @@ -11,10 +11,10 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64" fi -IUSE="qml" +IUSE="qml +ssl" RDEPEND=" - ~dev-qt/qtbase-${PV}:6[network,ssl] + ~dev-qt/qtbase-${PV}:6[network,ssl=] qml? ( ~dev-qt/qtdeclarative-${PV}:6 ) " DEPEND="${RDEPEND}" diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild index bbcaeda665e8..27ea084d2377 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.7.9999.ebuild @@ -11,10 +11,10 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64" fi -IUSE="qml" +IUSE="qml +ssl" RDEPEND=" - ~dev-qt/qtbase-${PV}:6[network,ssl] + ~dev-qt/qtbase-${PV}:6[network,ssl=] qml? ( ~dev-qt/qtdeclarative-${PV}:6 ) " DEPEND="${RDEPEND}" diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild index bbcaeda665e8..27ea084d2377 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.9999.ebuild @@ -11,10 +11,10 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64" fi -IUSE="qml" +IUSE="qml +ssl" RDEPEND=" - ~dev-qt/qtbase-${PV}:6[network,ssl] + ~dev-qt/qtbase-${PV}:6[network,ssl=] qml? ( ~dev-qt/qtdeclarative-${PV}:6 ) " DEPEND="${RDEPEND}"