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 BEF441582EF for ; Sun, 02 Mar 2025 13:58:44 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A8BBD3430FA for ; Sun, 02 Mar 2025 13:58:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EE58C1102D2; Sun, 02 Mar 2025 13:58:40 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E3A041102D2 for ; Sun, 02 Mar 2025 13:58:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94D4C3430F5 for ; Sun, 02 Mar 2025 13:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F834280B for ; Sun, 02 Mar 2025 13:58:39 +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: <1740923903.1c2e9f3604ad590414bdddeaa9c72c376999dd8d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1c2e9f3604ad590414bdddeaa9c72c376999dd8d X-VCS-Branch: master Date: Sun, 02 Mar 2025 13:58:39 +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: 76236f0c-a153-46f1-b85f-5f5cbeaad5c4 X-Archives-Hash: 07658ccd1daf072a9355307a6cfbd809 commit: 1c2e9f3604ad590414bdddeaa9c72c376999dd8d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 2 13:36:01 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 2 13:58:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2e9f36 app-office/libreoffice: Add LLVM 20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index c8f5ca6c4f78..d2807e7fd1bd 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -262,6 +262,9 @@ BDEPEND=" sys-devel/gettext virtual/pkgconfig clang? ( || ( + ( llvm-core/clang:20 + llvm-core/llvm:20 + =llvm-core/lld-20* ) ( llvm-core/clang:19 llvm-core/llvm:19 =llvm-core/lld-19* )