diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-25 09:58:20 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-25 10:54:48 +0100 |
commit | ce7cd404ea74232f992c56b00215c770c5e12259 (patch) | |
tree | d1ab535675e5718ac267200081269cb72f19ec0d /dev-ros/rospack/rospack-9999.ebuild | |
parent | dev-python/rospkg: Bump to 1.1.0 and use the github snapshot only (diff) | |
download | gentoo-ce7cd404ea74232f992c56b00215c770c5e12259.tar.gz gentoo-ce7cd404ea74232f992c56b00215c770c5e12259.tar.bz2 gentoo-ce7cd404ea74232f992c56b00215c770c5e12259.zip |
dev-ros/rospack: Bump to 2.4.0. Update deps.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rospack/rospack-9999.ebuild')
-rw-r--r-- | dev-ros/rospack/rospack-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild index 61b544e45a92..fadaa0c3cfcd 100644 --- a/dev-ros/rospack/rospack-9999.ebuild +++ b/dev-ros/rospack/rospack-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ IUSE="" PATCHES=( "${FILESDIR}/gentoo.patch" ) RDEPEND="dev-libs/boost:= - dev-libs/tinyxml + dev-libs/tinyxml2:= " DEPEND="${RDEPEND} dev-ros/cmake_modules |