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 Jun 2017 20:28:31
Message-Id: 1498768082.64218c5d13228af4af3d65db172edbdad66f428c.aballier@gentoo
1 commit: 64218c5d13228af4af3d65db172edbdad66f428c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 09:57:12 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 20:28:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64218c5d
7
8 sci-electronics/gazebo: Add missing := dep on tinyxml2
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-electronics/gazebo/gazebo-8.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-electronics/gazebo/gazebo-8.1.1.ebuild b/sci-electronics/gazebo/gazebo-8.1.1.ebuild
16 index 92b92dfc69c..72cc1dca1b3 100644
17 --- a/sci-electronics/gazebo/gazebo-8.1.1.ebuild
18 +++ b/sci-electronics/gazebo/gazebo-8.1.1.ebuild
19 @@ -21,7 +21,7 @@ RDEPEND="
20 media-libs/openal
21 net-misc/curl
22 dev-libs/tinyxml
23 - dev-libs/tinyxml2
24 + dev-libs/tinyxml2:=
25 dev-libs/libtar
26 dev-cpp/tbb
27 >=dev-games/ogre-1.7.4[freeimage]