diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-14 22:29:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-14 22:29:31 +0000 |
commit | b4b299419f8ada0468d1b0ac973bfc1496f1c27c (patch) | |
tree | aa50fdacbc801aee9c8ffeaad86e0a977da03f1b /games-emulation/dolphin | |
parent | app-backup/bareos: add new version 18.2.6 (diff) | |
download | gentoo-b4b299419f8ada0468d1b0ac973bfc1496f1c27c.tar.gz gentoo-b4b299419f8ada0468d1b0ac973bfc1496f1c27c.tar.bz2 gentoo-b4b299419f8ada0468d1b0ac973bfc1496f1c27c.zip |
games-emulation/dolphin: whitelist FreeSurround
Reported-by: Michael Cook
Reported-by: Samuel BAUER
Closes: https://bugs.gentoo.org/678020
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index fcc451d6afda..0fcb07051997 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -75,6 +75,7 @@ src_prepare() { # preference. See CMakeLists.txt for conditional 'add_subdirectory' calls. local KEEP_SOURCES=( Bochs_disasm + FreeSurround cpp-optparse glslang imgui |