diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-29 11:57:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-29 22:28:02 +0200 |
commit | 64218c5d13228af4af3d65db172edbdad66f428c (patch) | |
tree | 4b8044ac2502efb74f4cad04707e798fe3e2a465 /sci-electronics/gazebo | |
parent | sci-electronics/gazebo: Remove old (diff) | |
download | gentoo-64218c5d13228af4af3d65db172edbdad66f428c.tar.gz gentoo-64218c5d13228af4af3d65db172edbdad66f428c.tar.bz2 gentoo-64218c5d13228af4af3d65db172edbdad66f428c.zip |
sci-electronics/gazebo: Add missing := dep on tinyxml2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-electronics/gazebo')
-rw-r--r-- | sci-electronics/gazebo/gazebo-8.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/gazebo/gazebo-8.1.1.ebuild b/sci-electronics/gazebo/gazebo-8.1.1.ebuild index 92b92dfc69c3..72cc1dca1b33 100644 --- a/sci-electronics/gazebo/gazebo-8.1.1.ebuild +++ b/sci-electronics/gazebo/gazebo-8.1.1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" media-libs/openal net-misc/curl dev-libs/tinyxml - dev-libs/tinyxml2 + dev-libs/tinyxml2:= dev-libs/libtar dev-cpp/tbb >=dev-games/ogre-1.7.4[freeimage] |