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 6408415827B for ; Sat, 16 Aug 2025 14:53:19 +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 50D7133BF41 for ; Sat, 16 Aug 2025 14:53:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 49945110280; Sat, 16 Aug 2025 14:53:18 +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 3BA72110280 for ; Sat, 16 Aug 2025 14:53:18 +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 E743733BF41 for ; Sat, 16 Aug 2025 14:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D7F3359 for ; Sat, 16 Aug 2025 14:53:16 +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: <1755355992.f5aa9f58d4ebc12cd90baaccfd6960d7b50ccc68.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-runtimes/openmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild X-VCS-Directories: llvm-runtimes/openmp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f5aa9f58d4ebc12cd90baaccfd6960d7b50ccc68 X-VCS-Branch: master Date: Sat, 16 Aug 2025 14:53:16 +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: 1bcef4d5-1387-4be0-b5b4-93200b3ccec0 X-Archives-Hash: 92090423fb36d2fb8140011b67ac91ba commit: f5aa9f58d4ebc12cd90baaccfd6960d7b50ccc68 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 16 14:44:38 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 16 14:53:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5aa9f58 llvm-runtimes/openmp: Run all tests Signed-off-by: Michał Górny gentoo.org> llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild b/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild index 5c696f856380..f8879c485d45 100644 --- a/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild +++ b/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild @@ -84,5 +84,5 @@ multilib_src_test() { # respect TMPDIR! local -x LIT_PRESERVES_TMP=1 - cmake_build check-libomp + cmake_build check-openmp }