diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-26 10:17:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-26 10:17:06 +0100 |
commit | 09d27c4059b4e0acecc8dff10a9abbf05171847d (patch) | |
tree | 276a603b57407e7093ae88dd2dcf674ca7e9698c /games-emulation/dolphin | |
parent | llvm-core/polly: New live package, 20.0.0.9999 (diff) | |
download | gentoo-09d27c4059b4e0acecc8dff10a9abbf05171847d.tar.gz gentoo-09d27c4059b4e0acecc8dff10a9abbf05171847d.tar.bz2 gentoo-09d27c4059b4e0acecc8dff10a9abbf05171847d.zip |
games-emulation/dolphin: Require <dev-libs/libfmt-11.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-2407.ebuild | 3 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-emulation/dolphin/dolphin-2407.ebuild b/games-emulation/dolphin/dolphin-2407.ebuild index e0b087ba48df..412591f24d97 100644 --- a/games-emulation/dolphin/dolphin-2407.ebuild +++ b/games-emulation/dolphin/dolphin-2407.ebuild @@ -72,7 +72,8 @@ RDEPEND=" app-arch/xz-utils >=app-arch/zstd-1.4.0:= dev-libs/hidapi - >=dev-libs/libfmt-10.1:= + <dev-libs/libfmt-11.1:= + >=dev-libs/libfmt-10.1 dev-libs/lzo:2 dev-libs/pugixml dev-libs/xxhash diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index ae957c264f51..603588bd8b13 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -72,7 +72,8 @@ RDEPEND=" app-arch/xz-utils >=app-arch/zstd-1.4.0:= dev-libs/hidapi - >=dev-libs/libfmt-10.1:= + <dev-libs/libfmt-11.1:= + >=dev-libs/libfmt-10.1 dev-libs/lzo:2 dev-libs/pugixml dev-libs/xxhash |