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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F35B15802C for ; Thu, 19 Dec 2024 04:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24B23E07D9; Thu, 19 Dec 2024 04:36:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A9BEE07D9 for ; Thu, 19 Dec 2024 04:36:00 +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 47433335D72 for ; Thu, 19 Dec 2024 04:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9211FAF5 for ; Thu, 19 Dec 2024 04:35:57 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1734582928.c76512cc3dae9748718bd115d9cbe0862a4e90b9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-creator/qt-creator-9999.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c76512cc3dae9748718bd115d9cbe0862a4e90b9 X-VCS-Branch: master Date: Thu, 19 Dec 2024 04:35:57 +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: e43f8fbf-71fa-42a5-a3b4-736bef746c24 X-Archives-Hash: 92f30378538eb194a8f21444cb7b45f7 commit: c76512cc3dae9748718bd115d9cbe0862a4e90b9 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 19 04:33:21 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Dec 19 04:35:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76512cc dev-qt/qt-creator: drop obsolete patch in live Haven't retried clang19, but upstream has done a similar fix and so it should be fine. Closes: https://bugs.gentoo.org/946636 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qt-creator/qt-creator-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 8a2930a2a568..a68584bdc223 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -100,7 +100,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-15.0.0-musl-no-execinfo.patch "${FILESDIR}"/${PN}-12.0.0-musl-no-malloc-trim.patch - "${FILESDIR}"/${PN}-14.0.1-clang19.patch ) QA_FLAGS_IGNORED="usr/libexec/qtcreator/cmdbridge-.*" # written in Go