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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6034C1581F0 for ; Wed, 11 Dec 2024 20:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79C00E0D46; Wed, 11 Dec 2024 20:43:23 +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 71A60E0D3E for ; Wed, 11 Dec 2024 20:43:22 +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 5612434307A for ; Wed, 11 Dec 2024 20:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF51DAF5 for ; Wed, 11 Dec 2024 20:43:19 +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: <1733949619.0a559d9926f43c750c011d74316d10ea7382c28b.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qdoc/qdoc-5.15.16.9999.ebuild X-VCS-Directories: dev-qt/qdoc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0a559d9926f43c750c011d74316d10ea7382c28b X-VCS-Branch: master Date: Wed, 11 Dec 2024 20:43:19 +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: 9b5dfbe9-3a8a-41b9-b4ab-feee5192af90 X-Archives-Hash: 78dc7c4f8e469ba48c3ae4f58a6f0070 commit: 0a559d9926f43c750c011d74316d10ea7382c28b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 11 20:34:13 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 11 20:40:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0a559d99 dev-qt/qdoc: pkgmove sys-devel/clang => llvm-core/clang Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qdoc/qdoc-5.15.16.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qdoc/qdoc-5.15.16.9999.ebuild b/dev-qt/qdoc/qdoc-5.15.16.9999.ebuild index 8f3add8a..b9ccf1c8 100644 --- a/dev-qt/qdoc/qdoc-5.15.16.9999.ebuild +++ b/dev-qt/qdoc/qdoc-5.15.16.9999.ebuild @@ -17,7 +17,7 @@ IUSE="qml" DEPEND=" =dev-qt/qtcore-${QT5_PV}*:5= - sys-devel/clang:= + llvm-core/clang:= qml? ( =dev-qt/qtdeclarative-${QT5_PV}* ) " RDEPEND="${DEPEND}"