Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/
Date: Thu, 29 Dec 2016 14:37:25
Message-Id: 1483021673.e786a5668894da06d2463b0a1c384490df49dadf.aballier@gentoo
1 commit: e786a5668894da06d2463b0a1c384490df49dadf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 14:27:53 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 14:27:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e786a566
7
8 sci-electronics/gazebo: add missing usedeps for ogre, bug #598386 by avinash uttamchandani.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-electronics/gazebo/gazebo-7.4.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
16 index e942cb6..2f9ca41 100644
17 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild
18 +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild
19 @@ -24,7 +24,8 @@ RDEPEND="
20 dev-libs/tinyxml2
21 dev-libs/libtar
22 dev-cpp/tbb
23 - >=dev-games/ogre-1.7.4
24 + >=dev-games/ogre-1.7.4[freeimage]
25 + >=media-libs/freeimage-3.15.4[png]
26 sci-libs/libccd
27 libav? ( >=media-video/libav-9:0= )
28 !libav? ( >=media-video/ffmpeg-2.6:0= )