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 9C584158041 for ; Sat, 16 Mar 2024 15:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DC1E29E1; Sat, 16 Mar 2024 15:40:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 755C0E29E1 for ; Sat, 16 Mar 2024 15:40:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18443335DCC for ; Sat, 16 Mar 2024 15:40:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E4BE7E7 for ; Sat, 16 Mar 2024 15:40: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: <1710603629.157991d0d02010493ccc2f25f86a8e28a31c3d75.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.13.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 157991d0d02010493ccc2f25f86a8e28a31c3d75 X-VCS-Branch: master Date: Sat, 16 Mar 2024 15:40: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: cb66957c-64af-4044-a7e3-5cad13abf694 X-Archives-Hash: 8da7a5d6a159155daa772f9ddb8c321c commit: 157991d0d02010493ccc2f25f86a8e28a31c3d75 Author: Michał Górny gentoo org> AuthorDate: Wed Jan 17 15:04:28 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 16 15:40:29 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=157991d0 Move {dev-util → dev-build}/gn Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.13.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.13.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.13.9999.ebuild index ba9182c6..3e36c336 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.13.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.13.9999.ebuild @@ -102,7 +102,7 @@ BDEPEND="${PYTHON_DEPS} net-libs/nodejs[ssl] sys-devel/bison sys-devel/flex - ppc64? ( >=dev-util/gn-0.1807 ) + ppc64? ( >=dev-build/gn-0.1807 ) " PATCHES=( "${WORKDIR}/${PATCHSET}" )