Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-sports/stuntrally/
Date: Thu, 25 Aug 2016 16:09:52
Message-Id: 1471238650.c638f658a801387fb33490b99eebd5b05152aacf.mva@gentoo
1 commit: c638f658a801387fb33490b99eebd5b05152aacf
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Mon Aug 15 05:24:10 2016 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Mon Aug 15 05:24:10 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=c638f658
7
8 stuntrally: fix ogre dep (ATM I've no time to fix code in upstream to use abstractions instead of float)
9
10 games-sports/stuntrally/stuntrally-2.6.ebuild | 2 +-
11 games-sports/stuntrally/stuntrally-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/games-sports/stuntrally/stuntrally-2.6.ebuild b/games-sports/stuntrally/stuntrally-2.6.ebuild
15 index 70ac400..7516d7c 100644
16 --- a/games-sports/stuntrally/stuntrally-2.6.ebuild
17 +++ b/games-sports/stuntrally/stuntrally-2.6.ebuild
18 @@ -27,7 +27,7 @@ fi
19
20 RDEPEND="
21 game? (
22 - dev-games/ogre[cg,boost,ois,freeimage,opengl,zip]
23 + dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision]
24 dev-games/mygui[ogre]
25 media-libs/libsdl2
26 media-libs/libvorbis
27
28 diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild
29 index 398a19e..4d133e4 100644
30 --- a/games-sports/stuntrally/stuntrally-9999.ebuild
31 +++ b/games-sports/stuntrally/stuntrally-9999.ebuild
32 @@ -27,7 +27,7 @@ fi
33
34 RDEPEND="
35 game? (
36 - dev-games/ogre[cg,boost,ois,freeimage,opengl,zip]
37 + dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision]
38 dev-games/mygui[ogre]
39 media-libs/libsdl2
40 media-libs/libvorbis