diff options
author | Vadim A. Misbakh-Soloviov <git@mva.name> | 2016-08-15 12:24:10 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <git@mva.name> | 2016-08-15 12:24:10 +0700 |
commit | c638f658a801387fb33490b99eebd5b05152aacf (patch) | |
tree | 5ed62a55481ab34a7c6f184d3490c3b4aaca9d31 /games-sports | |
parent | divinity-original-sin-ee: added (diff) | |
download | gamerlay-c638f658a801387fb33490b99eebd5b05152aacf.tar.gz gamerlay-c638f658a801387fb33490b99eebd5b05152aacf.tar.bz2 gamerlay-c638f658a801387fb33490b99eebd5b05152aacf.zip |
stuntrally: fix ogre dep (ATM I've no time to fix code in upstream to use abstractions instead of float)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/stuntrally/stuntrally-2.6.ebuild | 2 | ||||
-rw-r--r-- | games-sports/stuntrally/stuntrally-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-sports/stuntrally/stuntrally-2.6.ebuild b/games-sports/stuntrally/stuntrally-2.6.ebuild index 70ac400..7516d7c 100644 --- a/games-sports/stuntrally/stuntrally-2.6.ebuild +++ b/games-sports/stuntrally/stuntrally-2.6.ebuild @@ -27,7 +27,7 @@ fi RDEPEND=" game? ( - dev-games/ogre[cg,boost,ois,freeimage,opengl,zip] + dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision] dev-games/mygui[ogre] media-libs/libsdl2 media-libs/libvorbis diff --git a/games-sports/stuntrally/stuntrally-9999.ebuild b/games-sports/stuntrally/stuntrally-9999.ebuild index 398a19e..4d133e4 100644 --- a/games-sports/stuntrally/stuntrally-9999.ebuild +++ b/games-sports/stuntrally/stuntrally-9999.ebuild @@ -27,7 +27,7 @@ fi RDEPEND=" game? ( - dev-games/ogre[cg,boost,ois,freeimage,opengl,zip] + dev-games/ogre[cg,boost,ois,freeimage,opengl,zip,-double-precision] dev-games/mygui[ogre] media-libs/libsdl2 media-libs/libvorbis |