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 1B21E1581CA for ; Sun, 15 Jun 2025 14:03:52 +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 08BF6342574 for ; Sun, 15 Jun 2025 14:03:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EE88A1104D9; Sun, 15 Jun 2025 14:03:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DF2B61104D9 for ; Sun, 15 Jun 2025 14:03:50 +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 9A8863421D4 for ; Sun, 15 Jun 2025 14:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00502282A for ; Sun, 15 Jun 2025 14:03:48 +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: <1749995044.f90d1c2b29e8637b680c6d48ceff471fe204135c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-2506.ebuild games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f90d1c2b29e8637b680c6d48ceff471fe204135c X-VCS-Branch: master Date: Sun, 15 Jun 2025 14:03:48 +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: 71c52824-700f-480d-86c8-92a5be248884 X-Archives-Hash: 9860357a37c9f410b7b1a1090f30508d commit: f90d1c2b29e8637b680c6d48ceff471fe204135c Author: Thibaud CANALE thican net> AuthorDate: Sun Jun 15 01:07:44 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 15 13:44:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90d1c2b games-emulation/dolphin: support LLVM 20 Signed-off-by: Thibaud CANALE thican.net> Part-of: https://github.com/gentoo/gentoo/pull/42601 Closes: https://github.com/gentoo/gentoo/pull/42601 Signed-off-by: Michał Górny gentoo.org> games-emulation/dolphin/dolphin-2506.ebuild | 2 +- games-emulation/dolphin/dolphin-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/dolphin/dolphin-2506.ebuild b/games-emulation/dolphin/dolphin-2506.ebuild index c32a91153892..6920f9699241 100644 --- a/games-emulation/dolphin/dolphin-2506.ebuild +++ b/games-emulation/dolphin/dolphin-2506.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( 18 19 ) +LLVM_COMPAT=( {18..20} ) LLVM_OPTIONAL=1 inherit cmake llvm-r1 pax-utils xdg-utils diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index c32a91153892..6920f9699241 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( 18 19 ) +LLVM_COMPAT=( {18..20} ) LLVM_OPTIONAL=1 inherit cmake llvm-r1 pax-utils xdg-utils