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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E72C11582EF for ; Tue, 25 Feb 2025 08:52: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 D9480340DE6 for ; Tue, 25 Feb 2025 08:52:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CB1BE110260; Tue, 25 Feb 2025 08:52:01 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C3CEF110260 for ; Tue, 25 Feb 2025 08:52: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 7E86A340CC9 for ; Tue, 25 Feb 2025 08:52:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B088A27B6 for ; Tue, 25 Feb 2025 08:51:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1740473516.35fa7490d9136f5703aa23280a88a5f6298c6fd8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/flang/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/flang/flang-21.0.0.9999.ebuild llvm-core/flang/flang-21.0.0_pre20250221-r1.ebuild X-VCS-Directories: llvm-core/flang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 35fa7490d9136f5703aa23280a88a5f6298c6fd8 X-VCS-Branch: master Date: Tue, 25 Feb 2025 08:51: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: c689b78c-8972-4f5f-aad5-661ba0bb9caa X-Archives-Hash: ac689ca6307839b5e2fd463ab4f33523 commit: 35fa7490d9136f5703aa23280a88a5f6298c6fd8 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 25 08:50:12 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 25 08:51:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fa7490 llvm-core/flang: Move flang-rt to PDEPEND Signed-off-by: Michał Górny gentoo.org> llvm-core/flang/flang-21.0.0.9999.ebuild | 2 ++ llvm-core/flang/flang-21.0.0_pre20250221-r1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/llvm-core/flang/flang-21.0.0.9999.ebuild b/llvm-core/flang/flang-21.0.0.9999.ebuild index 97f8cb4a73c0..e7da2ccc6b58 100644 --- a/llvm-core/flang/flang-21.0.0.9999.ebuild +++ b/llvm-core/flang/flang-21.0.0.9999.ebuild @@ -20,6 +20,8 @@ DEPEND=" " RDEPEND=" ${DEPEND} +" +PDEPEND=" >=llvm-runtimes/flang-rt-${PV}:${LLVM_MAJOR} " BDEPEND=" diff --git a/llvm-core/flang/flang-21.0.0_pre20250221-r1.ebuild b/llvm-core/flang/flang-21.0.0_pre20250221-r1.ebuild index 97f8cb4a73c0..e7da2ccc6b58 100644 --- a/llvm-core/flang/flang-21.0.0_pre20250221-r1.ebuild +++ b/llvm-core/flang/flang-21.0.0_pre20250221-r1.ebuild @@ -20,6 +20,8 @@ DEPEND=" " RDEPEND=" ${DEPEND} +" +PDEPEND=" >=llvm-runtimes/flang-rt-${PV}:${LLVM_MAJOR} " BDEPEND="