diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-08 11:26:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-08 11:27:32 +0100 |
commit | 3564dc9d16fc72c6397c734b59016f1fcda4beb7 (patch) | |
tree | adf79142ec04806bed7d5b865fbdc435f4f3fc35 /games-emulation/dolphin | |
parent | dev-java/jna: Keyword 5.10.0 arm64, #830680 (diff) | |
download | gentoo-3564dc9d16fc72c6397c734b59016f1fcda4beb7.tar.gz gentoo-3564dc9d16fc72c6397c734b59016f1fcda4beb7.tar.bz2 gentoo-3564dc9d16fc72c6397c734b59016f1fcda4beb7.zip |
games-emulation/dolphin: Restrict libfmt due to build failure
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild b/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild index 715fe05c7d11..ec22c67307fc 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg +gui log RDEPEND=" dev-libs/hidapi:0= - >=dev-libs/libfmt-7.1:0= + <dev-libs/libfmt-8.1:0= dev-libs/lzo:2= dev-libs/pugixml:0= media-libs/libpng:0= |