commit: f90d1c2b29e8637b680c6d48ceff471fe204135c Author: Thibaud CANALE <thican <AT> thican <DOT> net> AuthorDate: Sun Jun 15 01:07:44 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <AT> 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 <mgorny <AT> 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
