diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-16 10:03:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-06-16 10:14:51 +0100 |
commit | e77b38ed20f64a1ae50b05b3d5fb48d7a5424ae5 (patch) | |
tree | c0941bebc3ea841b72fc3d45917616d137e272e5 /games-emulation | |
parent | www-apps/nanoc: add 4.11.5 (diff) | |
download | gentoo-e77b38ed20f64a1ae50b05b3d5fb48d7a5424ae5.tar.gz gentoo-e77b38ed20f64a1ae50b05b3d5fb48d7a5424ae5.tar.bz2 gentoo-e77b38ed20f64a1ae50b05b3d5fb48d7a5424ae5.zip |
games-emulation/dolphin: whitelist 'fmt' as bundled, bug #688122
'fmt' is a new 'dolphin' dependency. Currently build system
does not support using system dependency.
Reported-by: Michael Cook
Closes: https://bugs.gentoo.org/688122
Package-Manager: Portage-2.3.67, Repoman-2.3.14
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, 2 insertions, 0 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 0fcb07051997..32d7c5abb2d6 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -77,6 +77,8 @@ src_prepare() { Bochs_disasm FreeSurround cpp-optparse + # no support for for using system library + fmt glslang imgui # FIXME: xxhash can't be found by cmake |