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 608C6158074 for ; Wed, 18 Jun 2025 13:39:32 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4B27B341ECF for ; Wed, 18 Jun 2025 13:39:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 627CE1104D9; Wed, 18 Jun 2025 13:39:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 59C191104D9 for ; Wed, 18 Jun 2025 13:39:29 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 112B5341294 for ; Wed, 18 Jun 2025 13:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D9129F5 for ; Wed, 18 Jun 2025 13:39:27 +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: <1750251641.e4925791044609b82c7f02535874bc3fb7cc1056.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: e4925791044609b82c7f02535874bc3fb7cc1056 X-VCS-Branch: master Date: Wed, 18 Jun 2025 13:39:27 +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: 33e7aac3-4a09-4c33-9db7-c7b69538de5f X-Archives-Hash: b3f2773caf8ef56a4865a2213d4c7842 commit: e4925791044609b82c7f02535874bc3fb7cc1056 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jun 18 12:22:06 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jun 18 13:00:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4925791 dev-qt/qt-creator: sync live Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qt-creator/qt-creator-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 0142c6c14790..0dfa01e2ed7d 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -54,7 +54,6 @@ COMMON_DEPEND=" >=dev-qt/qt5compat-${QT_PV} >=dev-qt/qtbase-${QT_PV}=[concurrent,dbus,gui,network,ssl,widgets,xml] >=dev-qt/qtdeclarative-${QT_PV}= - sys-libs/zlib:= clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= @@ -106,7 +105,9 @@ PATCHES=( "${FILESDIR}"/${PN}-12.0.0-musl-no-malloc-trim.patch ) -QA_FLAGS_IGNORED="usr/libexec/qtcreator/cmdbridge-.*" # written in Go +# written in Go, use PREBUILT rather than FLAGS_IGNORED given the +# the different arch versions confuse portage's checks +QA_PREBUILT="usr/libexec/qtcreator/cmdbridge-*" src_unpack() { if [[ ${PV} == 9999 ]]; then