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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DBBC13835A for ; Mon, 19 Apr 2021 10:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6808AE0822; Mon, 19 Apr 2021 10:53:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C1DDE0822 for ; Mon, 19 Apr 2021 10:53:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14984340E47 for ; Mon, 19 Apr 2021 10:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7815A64A for ; Mon, 19 Apr 2021 10:53:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618829491.cda2b15b96d5b18a9dfa652a33d93c4490de1bb3.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cda2b15b96d5b18a9dfa652a33d93c4490de1bb3 X-VCS-Branch: master Date: Mon, 19 Apr 2021 10:53:47 +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: 27adc00b-a52e-4eae-9662-3fdeab02533b X-Archives-Hash: b5d9c5abfd38a3fa245b92c2d7270a26 commit: cda2b15b96d5b18a9dfa652a33d93c4490de1bb3 Author: Nils Freydank posteo de> AuthorDate: Sun Apr 18 20:47:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 19 10:51:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cda2b15b dev-qt/qtwebengine: Move some DEPENDs to BDEPEND This commit changes two things: 1. Some deps were in DEPEND which are actually CBUILD dependencies, so they're moved into BDEPEND now. 2. DEPEND contained an old gzip dep to a version which is not in the tree anymore. Committer-comment: Fixed DEPEND/BDEPEND, rebased onto 29de6e40, updated git summary accordingly. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Nils Freydank posteo.de> Closes: https://github.com/gentoo/qt/pull/237 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild index 74014821..6b75547b 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild @@ -84,9 +84,9 @@ RDEPEND=" ~dev-qt/qtwidgets-${QTVER} ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" ${PYTHON_DEPS} - >=app-arch/gzip-1.7 dev-util/gperf dev-util/ninja dev-util/re2c