diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-09 15:27:06 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-09 15:28:26 +0200 |
commit | c0f8f00987a2b483c41534473e23805a5f46dbd2 (patch) | |
tree | cccd1bfee896341d572026dff14bc906b2b04df7 /games-engines/openmw | |
parent | Ignore local use describtion (diff) | |
download | gentoo-c0f8f00987a2b483c41534473e23805a5f46dbd2.tar.gz gentoo-c0f8f00987a2b483c41534473e23805a5f46dbd2.tar.bz2 gentoo-c0f8f00987a2b483c41534473e23805a5f46dbd2.zip |
games-engines/openmw: fix ogre dependency
X-Gentoo-Bug: 529096
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=529096
Diffstat (limited to 'games-engines/openmw')
-rw-r--r-- | games-engines/openmw/openmw-0.36.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-engines/openmw/openmw-0.36.1.ebuild b/games-engines/openmw/openmw-0.36.1.ebuild index 65be9c2f7bb4..901defd12216 100644 --- a/games-engines/openmw/openmw-0.36.1.ebuild +++ b/games-engines/openmw/openmw-0.36.1.ebuild @@ -19,7 +19,7 @@ IUSE="doc devtools" RDEPEND=" app-arch/unshield >=dev-games/mygui-3.2.1[ogre] - >=dev-games/ogre-1.9.0[freeimage,ois,opengl,zip] + >=dev-games/ogre-1.9.0[-double-precision,freeimage,ois,opengl,zip] >=dev-libs/boost-1.46.0 dev-libs/tinyxml >=dev-qt/qtcore-4.7.0:4 |