diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-19 23:56:20 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-20 00:00:15 +0000 |
commit | 1228aa89301d4f9c6f51cb80c5fb0b11d626e7a3 (patch) | |
tree | 4c65940b01aff553d984c34e112253a59ad88e43 /games-emulation | |
parent | dev-python/feedgenerator: 1.9.1 + QA (diff) | |
download | gentoo-1228aa89301d4f9c6f51cb80c5fb0b11d626e7a3.tar.gz gentoo-1228aa89301d4f9c6f51cb80c5fb0b11d626e7a3.tar.bz2 gentoo-1228aa89301d4f9c6f51cb80c5fb0b11d626e7a3.zip |
games-emulation/dolphin: use system version of dev-libs/libfmt
Follow the update pntroduced in
https://github.com/dolphin-emu/dolphin/pull/8198
Reported-by: Samuel BAUER
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 896e7895e99b..ba80667dcd71 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -26,6 +26,7 @@ IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg libav log lto profile pu RDEPEND=" dev-libs/hidapi:0= + dev-libs/libfmt:0= dev-libs/lzo:2= dev-libs/pugixml:0= media-libs/libpng:0= @@ -83,7 +84,6 @@ src_prepare() { FreeSurround cpp-optparse # no support for for using system library - fmt glslang imgui # FIXME: xxhash can't be found by cmake |