Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Fri, 11 Sep 2020 07:53:01
Message-Id: 1599810774.88259ea9f50de11ed1459c41d5f87262c14fb0d7.slyfox@gentoo
1 commit: 88259ea9f50de11ed1459c41d5f87262c14fb0d7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 07:52:45 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 07:52:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88259ea9
7
8 games-emulation/dolphin: allow new rangeset depend
9
10 While at it disable verbose dev cmake warnings.
11
12 Package-Manager: Portage-3.0.6, Repoman-3.0.1
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 games-emulation/dolphin/dolphin-9999.ebuild | 7 +++++++
16 1 file changed, 7 insertions(+)
17
18 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
19 index 56655d4613a..09ecec7709c 100644
20 --- a/games-emulation/dolphin/dolphin-9999.ebuild
21 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
22 @@ -89,6 +89,10 @@ src_prepare() {
23 # no support for for using system library
24 glslang
25 imgui
26 +
27 + # not packaged, tiny header library
28 + rangeset
29 +
30 # FIXME: xxhash can't be found by cmake
31 xxhash
32 # no support for for using system library
33 @@ -152,6 +156,9 @@ src_configure() {
34 # All dolphin's libraries are private
35 # and rely on circular dependency resolution.
36 -DBUILD_SHARED_LIBS=OFF
37 +
38 + # Avoid warning spam around unset variables.
39 + -Wno-dev
40 )
41
42 cmake_src_configure