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 78FEA158094 for ; Mon, 20 Jun 2022 18:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE6BE0DA5; Mon, 20 Jun 2022 18:03:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EF8C4E0DA5 for ; Mon, 20 Jun 2022 18:03:32 +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 13DD134142B for ; Mon, 20 Jun 2022 18:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C74521 for ; Mon, 20 Jun 2022 18:03:28 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1655748125.6a6306018a88b43a2fea64a771fb7e8dc4ce623d.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebchannel/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebchannel/qtwebchannel-6.3.1.ebuild dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild X-VCS-Directories: dev-qt/qtwebchannel/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 6a6306018a88b43a2fea64a771fb7e8dc4ce623d X-VCS-Branch: master Date: Mon, 20 Jun 2022 18:03:28 +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: e1d210e4-df75-431d-9a3b-bfd94ca3772a X-Archives-Hash: 940fec2c489bb221733a93c61105febe commit: 6a6306018a88b43a2fea64a771fb7e8dc4ce623d Author: Jimi Huotari gentoo org> AuthorDate: Mon Jun 20 17:30:43 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Jun 20 18:02:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6a630601 dev-qt/qtwebchannel: adjust qt6 dependencies Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtwebchannel/qtwebchannel-6.3.1.ebuild | 3 ++- dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild | 5 +++-- dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.3.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.3.1.ebuild index bd319d8a..62dd2732 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.3.1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.3.1.ebuild @@ -12,7 +12,8 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then fi DEPEND=" - =dev-qt/qtbase-${PV}* + =dev-qt/qtbase-${PV}*[concurrent] =dev-qt/qtdeclarative-${PV}* + =dev-qt/qtwebsockets-${PV}* " RDEPEND="${DEPEND}" diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild index 719f560d..62dd2732 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,8 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then fi DEPEND=" - =dev-qt/qtbase-${PV}* + =dev-qt/qtbase-${PV}*[concurrent] =dev-qt/qtdeclarative-${PV}* + =dev-qt/qtwebsockets-${PV}* " RDEPEND="${DEPEND}" diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild index 719f560d..62dd2732 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,8 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then fi DEPEND=" - =dev-qt/qtbase-${PV}* + =dev-qt/qtbase-${PV}*[concurrent] =dev-qt/qtdeclarative-${PV}* + =dev-qt/qtwebsockets-${PV}* " RDEPEND="${DEPEND}"