From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D834F1582EF for ; Tue, 18 Feb 2025 15:46:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C063A342FF2 for ; Tue, 18 Feb 2025 15:46:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B79951102E0; Tue, 18 Feb 2025 15:46:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id AB5631102E0 for ; Tue, 18 Feb 2025 15:46:01 +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 50919342FEF for ; Tue, 18 Feb 2025 15:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8DB51236 for ; Tue, 18 Feb 2025 15:45:59 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1739892082.0f5a9bbf8d0268d0fb636a0856a801fd280d53ca.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtbase/files/, dev-qt/qtbase/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-qt/qtbase/files/qtbase-6.8.2-QTBUG-133808.patch dev-qt/qtbase/qtbase-6.8.2-r1.ebuild dev-qt/qtbase/qtbase-6.8.2-r2.ebuild X-VCS-Directories: dev-qt/qtbase/ dev-qt/qtbase/files/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 0f5a9bbf8d0268d0fb636a0856a801fd280d53ca X-VCS-Branch: master Date: Tue, 18 Feb 2025 15:45:59 +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: a8e3de09-2abd-409e-963f-14edc59c9399 X-Archives-Hash: a6d7ccb03ad064058e9ccde1bc4f80bc commit: 0f5a9bbf8d0268d0fb636a0856a801fd280d53ca Author: orbea riseup net> AuthorDate: Tue Feb 18 15:21:22 2025 +0000 Commit: orbea riseup net> CommitDate: Tue Feb 18 15:21:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=0f5a9bbf dev-qt/qtbase: add 6.8.2-r2, drop 6.8.2-r1 Signed-off-by: orbea riseup.net> dev-qt/qtbase/files/qtbase-6.8.2-QTBUG-133808.patch | 12 ++++++++++++ .../{qtbase-6.8.2-r1.ebuild => qtbase-6.8.2-r2.ebuild} | 1 + 2 files changed, 13 insertions(+) diff --git a/dev-qt/qtbase/files/qtbase-6.8.2-QTBUG-133808.patch b/dev-qt/qtbase/files/qtbase-6.8.2-QTBUG-133808.patch new file mode 100644 index 0000000..f15eb41 --- /dev/null +++ b/dev-qt/qtbase/files/qtbase-6.8.2-QTBUG-133808.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/949629 +https://bugreports.qt.io/browse/QTBUG-133808 +https://codereview.qt-project.org/c/qt/qtbase/+/624870 +--- a/src/corelib/global/qcompare_impl.h ++++ b/src/corelib/global/qcompare_impl.h +@@ -13,4 +13,6 @@ + #include + ++#include ++ + QT_BEGIN_NAMESPACE + diff --git a/dev-qt/qtbase/qtbase-6.8.2-r1.ebuild b/dev-qt/qtbase/qtbase-6.8.2-r2.ebuild similarity index 99% rename from dev-qt/qtbase/qtbase-6.8.2-r1.ebuild rename to dev-qt/qtbase/qtbase-6.8.2-r2.ebuild index 25f54df..e5a3254 100644 --- a/dev-qt/qtbase/qtbase-6.8.2-r1.ebuild +++ b/dev-qt/qtbase/qtbase-6.8.2-r2.ebuild @@ -148,6 +148,7 @@ PATCHES=( "${FILESDIR}"/${PN}-6.6.3-gcc14-avx512fp16.patch "${FILESDIR}"/${PN}-6.8.0-qcontiguouscache.patch "${FILESDIR}"/${P}-QTBUG-133500.patch + "${FILESDIR}"/${P}-QTBUG-133808.patch ) src_prepare() {