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 647501580B9 for ; Thu, 26 Aug 2021 12:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E2B0E085E; Thu, 26 Aug 2021 12:10:49 +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 517DDE085E for ; Thu, 26 Aug 2021 12:10:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 17094335D80 for ; Thu, 26 Aug 2021 12:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DCBD8DC for ; Thu, 26 Aug 2021 12:10:46 +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: <1629979818.5a89e75017672a18e3ab6fd09ebcec96ad2cc3d0.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: 5a89e75017672a18e3ab6fd09ebcec96ad2cc3d0 X-VCS-Branch: master Date: Thu, 26 Aug 2021 12:10:46 +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: d34d89bc-3fb1-476e-b011-c83db766fba2 X-Archives-Hash: b308a556224c94ebca6532da07a4dbf9 commit: 5a89e75017672a18e3ab6fd09ebcec96ad2cc3d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 26 12:05:05 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 26 12:10:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5a89e750 dev-qt/qtwebengine: Add missing sys-devel/flex BDEPEND Reported-by: Joonas Niilola gentoo.org> Closes: https://bugs.gentoo.org/810463 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild index c41269bc..7e066664 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild @@ -94,6 +94,7 @@ BDEPEND="${PYTHON_DEPS} dev-util/re2c net-libs/nodejs[ssl] sys-devel/bison + sys-devel/flex ppc64? ( >=dev-util/gn-0.1807 ) "